Home | History | Annotate | Download | only in InstCombine

Lines Matching refs:transformZExtICmp

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