Lines Matching refs:transformZExtICmp
508 /// transformZExtICmp - Transform (zext icmp) to bitwise / integer operations510 Instruction *InstCombiner::transformZExtICmp(ICmpInst *ICI, Instruction &CI,844 return transformZExtICmp(ICI, CI);853 (transformZExtICmp(LHS, CI, false) ||854 transformZExtICmp(RHS, CI, false))) {