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

/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineCasts.cpp511 /// transformZExtICmp - Transform (zext icmp) to bitwise / integer operations
513 Instruction *InstCombiner::transformZExtICmp(ICmpInst *ICI, Instruction &CI, function in class:InstCombiner
847 return transformZExtICmp(ICI, CI);
856 (transformZExtICmp(LHS, CI, false) ||
857 transformZExtICmp(RHS, CI, false))) {

Completed in 209 milliseconds