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

/macosx-10.10/llvmCore-3425.0.34/lib/Transforms/InstCombine/
H A DInstCombine.h225 Instruction *transformZExtICmp(ICmpInst *ICI, Instruction &CI,
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 177 milliseconds