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

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

Completed in 36 milliseconds