Searched refs:safeCxtI (Results 1 – 1 of 1) sorted by relevance
/external/llvm/lib/Analysis/ |
D | ValueTracking.cpp | 116 static const Instruction *safeCxtI(const Value *V, const Instruction *CxtI) { in safeCxtI() function 139 Query(AC, safeCxtI(V, CxtI), DT)); in computeKnownBits() 166 Query(AC, safeCxtI(V, CxtI), DT)); in ComputeSignBit() 177 Query(AC, safeCxtI(V, CxtI), DT), DL); in isKnownToBeAPowerOfTwo() 186 return ::isKnownNonZero(V, DL, Depth, Query(AC, safeCxtI(V, CxtI), DT)); in isKnownNonZero() 204 safeCxtI(V1, safeCxtI(V2, CxtI)), in isKnownNonEqual() 215 Query(AC, safeCxtI(V, CxtI), DT)); in MaskedValueIsZero() 225 return ::ComputeNumSignBits(V, DL, Depth, Query(AC, safeCxtI(V, CxtI), DT)); in ComputeNumSignBits()
|