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

/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp2029 static Instruction *ProcessUMulZExtIdiom(ICmpInst &I, Value *MulVal, function
3147 if (Instruction *R = ProcessUMulZExtIdiom(I, Op0, Op1, *this))
3151 if (Instruction *R = ProcessUMulZExtIdiom(I, Op1, Op0, *this))

Completed in 60 milliseconds