Home | History | Annotate | Download | only in Analysis

Lines Matching defs:getConstant

112   Constant *getConstant() const {
144 assert((!isConstant() || getConstant() == V) &&
160 assert((!isConstant() || getConstant() != V) &&
219 getConstant(),
246 RHS.getConstant())))
289 return OS << "constant<" << *Val.getConstant() << '>';
1038 Constant *LazyValueInfo::getConstant(Value *V, BasicBlock *BB) {
1042 return Result.getConstant();
1058 return Result.getConstant();
1078 Res = ConstantFoldCompareInstOperands(Pred, Result.getConstant(), C, DL,