Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeIntegerTypes.cpp355 SDValue Op = SExtPromotedInteger(N->getOperand(0)); in PromoteIntRes_AssertSext()
439 Op2 = SExtPromotedInteger(Op2); in PromoteIntRes_AtomicCmpSwap()
1060 Op1Promoted = SExtPromotedInteger(Op1); in PromoteIntRes_ADDSUBSHLSAT()
1061 Op2Promoted = SExtPromotedInteger(Op2); in PromoteIntRes_ADDSUBSHLSAT()
1132 Op1Promoted = SExtPromotedInteger(N->getOperand(0)); in PromoteIntRes_MULFIX()
1133 Op2Promoted = SExtPromotedInteger(N->getOperand(1)); in PromoteIntRes_MULFIX()
1231 Op1Promoted = SExtPromotedInteger(N->getOperand(0)); in PromoteIntRes_DIVFIX()
1232 Op2Promoted = SExtPromotedInteger(N->getOperand(1)); in PromoteIntRes_DIVFIX()
1283 SDValue LHS = SExtPromotedInteger(N->getOperand(0)); in PromoteIntRes_SADDSUBO()
1284 SDValue RHS = SExtPromotedInteger(N->getOperand(1)); in PromoteIntRes_SADDSUBO()
[all …]
H A DLegalizeTypes.h260 SDValue SExtPromotedInteger(SDValue Op) { in SExtPromotedInteger() function