reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
756 ConstantInt *RangeStart = dyn_cast<ConstantInt>(Cmp0->getOperand(1)); 760 ICmpInst::Predicate Pred0 = (Inverted ? Cmp0->getInversePredicate() : 761 Cmp0->getPredicate()); 771 Value *Input = Cmp0->getOperand(0);