Home
last modified time | relevance | path

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

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