Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/InstCombine/
H A DInstCombineInternal.h693 Instruction *foldICmpAndConstant(ICmpInst &Cmp, BinaryOperator *And,
H A DInstCombineCompares.cpp1863 Instruction *InstCombinerImpl::foldICmpAndConstant(ICmpInst &Cmp, in foldICmpAndConstant() function in InstCombinerImpl
3407 if (Instruction *I = foldICmpAndConstant(Cmp, BO, C)) in foldICmpBinOpWithConstant()