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

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

Completed in 93 milliseconds