Home
last modified time | relevance | path

Searched refs:safeCxtI (Results 1 – 2 of 2) sorted by relevance

/external/llvm/lib/Analysis/
DValueTracking.cpp108 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()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DValueTracking.cpp147 static const Instruction *safeCxtI(const Value *V, const Instruction *CxtI) { in safeCxtI() function
170 Query(DL, AC, safeCxtI(V, CxtI), DT, ORE)); in computeKnownBits()
182 Query(DL, AC, safeCxtI(V, CxtI), DT, ORE)); in computeKnownBits()
230 Query(DL, AC, safeCxtI(V, CxtI), DT)); in isKnownToBeAPowerOfTwo()
238 return ::isKnownNonZero(V, Depth, Query(DL, AC, safeCxtI(V, CxtI), DT)); in isKnownNonZero()
275 safeCxtI(V1, safeCxtI(V2, CxtI)), in isKnownNonEqual()
287 Query(DL, AC, safeCxtI(V, CxtI), DT)); in MaskedValueIsZero()
297 return ::ComputeNumSignBits(V, Depth, Query(DL, AC, safeCxtI(V, CxtI), DT)); in ComputeNumSignBits()