Searched refs:safeCxtI (Results 1 – 1 of 1) sorted by relevance
/external/llvm/lib/Analysis/ |
D | ValueTracking.cpp | 113 static const Instruction *safeCxtI(const Value *V, const Instruction *CxtI) { in safeCxtI() function 136 Query(AC, safeCxtI(V, CxtI), DT)); in computeKnownBits() 148 Query(AC, safeCxtI(V, CxtI), DT)); in ComputeSignBit() 159 Query(AC, safeCxtI(V, CxtI), DT), DL); in isKnownToBeAPowerOfTwo() 168 return ::isKnownNonZero(V, DL, Depth, Query(AC, safeCxtI(V, CxtI), DT)); in isKnownNonZero() 178 Query(AC, safeCxtI(V, CxtI), DT)); in MaskedValueIsZero() 188 return ::ComputeNumSignBits(V, DL, Depth, Query(AC, safeCxtI(V, CxtI), DT)); in ComputeNumSignBits()
|