Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/InstCombine/
H A DInstCombineInternal.h709 Instruction *foldICmpDivConstant(ICmpInst &Cmp, BinaryOperator *Div,
H A DInstCombineCompares.cpp2499 Instruction *InstCombinerImpl::foldICmpDivConstant(ICmpInst &Cmp, in foldICmpDivConstant() function in InstCombinerImpl
3436 if (Instruction *I = foldICmpDivConstant(Cmp, BO, C)) in foldICmpBinOpWithConstant()