Searched refs:visitICmpInstWithCastAndCast (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineInternal.h276 Instruction *visitICmpInstWithCastAndCast(ICmpInst &ICI);
H A DInstCombineCompares.cpp1910 /// visitICmpInstWithCastAndCast - Handle icmp (cast x to y), (cast/cst).
1913 Instruction *InstCombiner::visitICmpInstWithCastAndCast(ICmpInst &ICI) { function in class:InstCombiner
3232 if (Instruction *R = visitICmpInstWithCastAndCast(I))

Completed in 72 milliseconds