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

/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineCasts.cpp882 /// transformSExtICmp - Transform (sext icmp) to bitwise / integer operations
884 Instruction *InstCombiner::transformSExtICmp(ICmpInst *ICI, Instruction &CI) { function in class:InstCombiner
1102 return transformSExtICmp(ICI, CI);

Completed in 136 milliseconds