Searched refs:getNotConstant (Results 1 – 2 of 2) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/Analysis/ |
D | LazyValueInfo.cpp | 111 Constant *getNotConstant() const { in getNotConstant() function in __anond3f06b990111::LVILatticeVal 156 assert((!isNotConstant() || getNotConstant() == V) && in markNotConstant() 214 RHS.getNotConstant()))) in mergeIn() 216 return markNotConstant(RHS.getNotConstant()); in mergeIn() 239 getNotConstant(), in mergeIn() 279 return OS << "notconstant<" << *Val.getNotConstant() << '>'; in operator <<() 1105 Result.getNotConstant(), C, TD); in getPredicateOnEdge() 1111 Result.getNotConstant(), C, TD); in getPredicateOnEdge()
|
/external/llvm/lib/Analysis/ |
D | LazyValueInfo.cpp | 131 Constant *getNotConstant() const { in getNotConstant() function in __anon5917926d0111::LVILatticeVal 176 assert((!isNotConstant() || getNotConstant() == V) && in markNotConstant() 232 CmpInst::ICMP_NE, getConstant(), RHS.getNotConstant(), DL))) in mergeIn() 234 return markNotConstant(RHS.getNotConstant()); in mergeIn() 251 CmpInst::ICMP_NE, getNotConstant(), RHS.getConstant(), DL))) in mergeIn() 290 return OS << "notconstant<" << *Val.getNotConstant() << '>'; in operator <<() 1582 Result.getNotConstant(), C, DL, in getPredicateResult() 1589 Result.getNotConstant(), C, DL, in getPredicateResult()
|