Home | History | Annotate | Download | only in Analysis

Lines Matching defs:getConstant

106   Constant *getConstant() const {
138 assert((!isConstant() || getConstant() == V) &&
154 assert((!isConstant() || getConstant() != V) &&
213 getConstant(),
240 RHS.getConstant())))
283 return OS << "constant<" << *Val.getConstant() << '>';
1024 Constant *LazyValueInfo::getConstant(Value *V, BasicBlock *BB) {
1028 return Result.getConstant();
1044 return Result.getConstant();
1064 Res = ConstantFoldCompareInstOperands(Pred, Result.getConstant(), C, TD);