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
825 return transformZExtICmp(ICI, CI);
834 (transformZExtICmp(LHS, CI, false) ||
835 transformZExtICmp(RHS, CI, false))) {

Completed in 80 milliseconds