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

/external/llvm/lib/Transforms/InstCombine/
H A DInstCombine.h231 Instruction *transformZExtICmp(ICmpInst *ICI, Instruction &CI,
H A DInstCombineCasts.cpp508 /// transformZExtICmp - Transform (zext icmp) to bitwise / integer operations
510 Instruction *InstCombiner::transformZExtICmp(ICmpInst *ICI, Instruction &CI, function in class:InstCombiner
844 return transformZExtICmp(ICI, CI);
853 (transformZExtICmp(LHS, CI, false) ||
854 transformZExtICmp(RHS, CI, false))) {

Completed in 139 milliseconds