Searched defs:ProcessUGT_ADDCST_ADD (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp1654 /// ProcessUGT_ADDCST_ADD - The caller has matched a pattern of the form:
1661 static Instruction *ProcessUGT_ADDCST_ADD(ICmpInst &I, Value *A, Value *B, function
1915 if (Instruction *Res = ProcessUGT_ADDCST_ADD(I, A, B, CI2, CI, *this))

Completed in 66 milliseconds