Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineInternal.h658 Instruction *foldICmpWithCastOp(ICmpInst &ICmp);
H A DInstCombineCompares.cpp5993 Instruction *InstCombinerImpl::foldICmpWithCastOp(ICmpInst &ICmp) { in foldICmpWithCastOp() function in InstCombinerImpl
7482 if (Instruction *R = foldICmpWithCastOp(I)) in visitICmpInst()