Searched refs:computePointerICmp (Results 1 – 2 of 2) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/ |
D | InstructionSimplify.cpp | 2142 computePointerICmp(const DataLayout &DL, const TargetLibraryInfo *TLI, in computePointerICmp() function 3413 if (auto *C = computePointerICmp(Q.DL, Q.TLI, Q.DT, Pred, Q.AC, Q.CxtI, LHS, in SimplifyICmpInst() 3422 if (auto *C = computePointerICmp(Q.DL, Q.TLI, Q.DT, Pred, Q.AC, Q.CxtI, in SimplifyICmpInst()
|
/external/llvm/lib/Analysis/ |
D | InstructionSimplify.cpp | 1975 computePointerICmp(const DataLayout &DL, const TargetLibraryInfo *TLI, in computePointerICmp() function 3093 if (auto *C = computePointerICmp(Q.DL, Q.TLI, Q.DT, Pred, Q.CxtI, LHS, RHS)) in SimplifyICmpInst()
|