reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

include/llvm/Analysis/LazyValueInfo.h
   83   Constant *getConstant(Value *V, BasicBlock *BB, Instruction *CxtI = nullptr);

References

lib/Transforms/Scalar/CorrelatedValuePropagation.cpp
  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);