reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
83 Constant *getConstant(Value *V, BasicBlock *BB, Instruction *CxtI = nullptr);
129 Constant *C = LVI->getConstant(S->getCondition(), S->getParent(), S); 290 Constant *C = LVI->getConstant(Pointer, I->getParent(), I); 570 Constant *C = LVI->getConstant(V, CS.getParent(), CS.getInstruction()); 807 if (Constant *C = LVI->getConstant(V, At->getParent(), At))lib/Transforms/Scalar/JumpThreading.cpp
950 Constant *CI = LVI->getConstant(V, BB, CxtI);