Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/
DInstCombineInternal.h863 Instruction *foldICmpBinOpEqualityWithConstant(ICmpInst &Cmp,
DInstCombineCompares.cpp2553 if (Instruction *I = foldICmpBinOpEqualityWithConstant(Cmp, BO, *C)) in foldICmpInstWithConstant()
2586 Instruction *InstCombiner::foldICmpBinOpEqualityWithConstant(ICmpInst &Cmp, in foldICmpBinOpEqualityWithConstant() function in InstCombiner