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

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

Completed in 86 milliseconds