Lines Matching defs:getConstant
111 Constant *getConstant() const {
143 assert((!isConstant() || getConstant() == V) &&
159 assert((!isConstant() || getConstant() != V) &&
218 getConstant(),
245 RHS.getConstant())))
288 return OS << "constant<" << *Val.getConstant() << '>';
1036 Constant *LazyValueInfo::getConstant(Value *V, BasicBlock *BB) {
1040 return Result.getConstant();
1056 return Result.getConstant();
1076 Res = ConstantFoldCompareInstOperands(Pred, Result.getConstant(), C, TD,