Home
last modified time | relevance | path

Searched refs:SExtPromotedInteger (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeIntegerTypes.cpp248 SDValue Op = SExtPromotedInteger(N->getOperand(0)); in PromoteIntRes_AssertSext()
312 Op2 = SExtPromotedInteger(Op2); in PromoteIntRes_AtomicCmpSwap()
784 Op1Promoted = SExtPromotedInteger(Op1); in PromoteIntRes_ADDSUBSHLSAT()
785 Op2Promoted = SExtPromotedInteger(Op2); in PromoteIntRes_ADDSUBSHLSAT()
856 Op1Promoted = SExtPromotedInteger(N->getOperand(0)); in PromoteIntRes_MULFIX()
857 Op2Promoted = SExtPromotedInteger(N->getOperand(1)); in PromoteIntRes_MULFIX()
961 Op1Promoted = SExtPromotedInteger(N->getOperand(0)); in PromoteIntRes_DIVFIX()
962 Op2Promoted = SExtPromotedInteger(N->getOperand(1)); in PromoteIntRes_DIVFIX()
1013 SDValue LHS = SExtPromotedInteger(N->getOperand(0)); in PromoteIntRes_SADDSUBO()
1014 SDValue RHS = SExtPromotedInteger(N->getOperand(1)); in PromoteIntRes_SADDSUBO()
[all …]
H A DLegalizeTypes.h262 SDValue SExtPromotedInteger(SDValue Op) { in SExtPromotedInteger() function