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

/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp45 ConstantInt *In1, ConstantInt *In2,
50 if (In2->isNegative())
55 /// AddWithOverflow - Compute Result = In1+In2, returning true if the result
58 Constant *In2, bool IsSigned = false) {
59 Result = ConstantExpr::getAdd(In1, In2);
66 ExtractElement(In2, Idx),
74 cast<ConstantInt>(In1), cast<ConstantInt>(In2),
79 ConstantInt *In1, ConstantInt *In2,
84 if (In2->isNegative())
90 /// SubWithOverflow - Compute Result = In1-In2, returnin
44 HasAddOverflow(ConstantInt *Result, ConstantInt *In1, ConstantInt *In2, bool IsSigned) argument
57 AddWithOverflow(Constant *&Result, Constant *In1, Constant *In2, bool IsSigned = false) argument
78 HasSubOverflow(ConstantInt *Result, ConstantInt *In1, ConstantInt *In2, bool IsSigned) argument
92 SubWithOverflow(Constant *&Result, Constant *In1, Constant *In2, bool IsSigned = false) argument
[all...]

Completed in 61 milliseconds