Searched refs:getNotConstant (Results 1 – 1 of 1) sorted by relevance
/external/llvm/lib/Analysis/ |
D | LazyValueInfo.cpp | 119 Constant *getNotConstant() const { in getNotConstant() function in __anon33ceafee0111::LVILatticeVal 164 assert((!isNotConstant() || getNotConstant() == V) && in markNotConstant() 220 CmpInst::ICMP_NE, getConstant(), RHS.getNotConstant(), DL))) in mergeIn() 222 return markNotConstant(RHS.getNotConstant()); in mergeIn() 244 CmpInst::ICMP_NE, getNotConstant(), RHS.getConstant(), DL))) in mergeIn() 283 return OS << "notconstant<" << *Val.getNotConstant() << '>'; in operator <<() 1229 Result.getNotConstant(), C, DL, in getPredicateResult() 1236 Result.getNotConstant(), C, DL, in getPredicateResult()
|