reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
88 ConstantRange getConstantRange(Value *V, BasicBlock *BB, Instruction *CxtI = nullptr);
435 ConstantRange LRange = LVI->getConstantRange( 437 ConstantRange RRange = LVI->getConstantRange( 631 LVI->getConstantRange(Operand, Instr->getParent())); 760 ConstantRange LRange = LVI->getConstantRange(LHS, BB, BinOp); 761 ConstantRange RRange = LVI->getConstantRange(RHS, BB, BinOp); 795 ConstantRange LRange = LVI->getConstantRange(LHS, BB, BinOp);lib/Transforms/Utils/LowerSwitch.cpp
498 const ConstantRange LVIRange = LVI->getConstantRange(Val, OrigBlock, SI);