Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/
DInstCombineInternal.h866 Instruction *foldICmpIntrinsicWithConstant(ICmpInst &ICI, const APInt &C);
DInstCombineCompares.cpp2578 if (Instruction *I = foldICmpIntrinsicWithConstant(Cmp, *C)) in foldICmpInstWithConstant()
2724 Instruction *InstCombiner::foldICmpIntrinsicWithConstant(ICmpInst &Cmp, in foldICmpIntrinsicWithConstant() function in InstCombiner