Searched refs:safeCxtI (Results 1 – 1 of 1) sorted by relevance
/external/llvm/lib/Analysis/ |
D | ValueTracking.cpp | 108 static const Instruction *safeCxtI(const Value *V, const Instruction *CxtI) { in safeCxtI() function 130 Query(DL, AC, safeCxtI(V, CxtI), DT)); in computeKnownBits() 156 Query(DL, AC, safeCxtI(V, CxtI), DT)); in ComputeSignBit() 167 Query(DL, AC, safeCxtI(V, CxtI), DT)); in isKnownToBeAPowerOfTwo() 175 return ::isKnownNonZero(V, Depth, Query(DL, AC, safeCxtI(V, CxtI), DT)); in isKnownNonZero() 212 safeCxtI(V1, safeCxtI(V2, CxtI)), in isKnownNonEqual() 223 Query(DL, AC, safeCxtI(V, CxtI), DT)); in MaskedValueIsZero() 232 return ::ComputeNumSignBits(V, Depth, Query(DL, AC, safeCxtI(V, CxtI), DT)); in ComputeNumSignBits()
|