Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/InstCombine/
H A DInstCombineInternal.h858 Instruction *foldICmpWithCastAndCast(ICmpInst &ICI);
H A DInstCombineCompares.cpp3696 Instruction *InstCombiner::foldICmpWithCastAndCast(ICmpInst &ICmp) { in foldICmpWithCastAndCast() function in InstCombiner
4948 if (Instruction *R = foldICmpWithCastAndCast(I)) in visitICmpInst()