Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/InstCombine/
H A DInstCombineInternal.h669 Instruction *foldICmpWithCastOp(ICmpInst &ICmp);
H A DInstCombineCompares.cpp4938 Instruction *InstCombinerImpl::foldICmpWithCastOp(ICmpInst &ICmp) { in foldICmpWithCastOp() function in InstCombinerImpl
6272 if (Instruction *R = foldICmpWithCastOp(I)) in visitICmpInst()