Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeIntegerTypes.cpp297 SDValue Op = SExtPromotedInteger(N->getOperand(0)); in PromoteIntRes_AssertSext()
361 Op2 = SExtPromotedInteger(Op2); in PromoteIntRes_AtomicCmpSwap()
880 Op1Promoted = SExtPromotedInteger(Op1); in PromoteIntRes_ADDSUBSHLSAT()
881 Op2Promoted = SExtPromotedInteger(Op2); in PromoteIntRes_ADDSUBSHLSAT()
952 Op1Promoted = SExtPromotedInteger(N->getOperand(0)); in PromoteIntRes_MULFIX()
953 Op2Promoted = SExtPromotedInteger(N->getOperand(1)); in PromoteIntRes_MULFIX()
1057 Op1Promoted = SExtPromotedInteger(N->getOperand(0)); in PromoteIntRes_DIVFIX()
1058 Op2Promoted = SExtPromotedInteger(N->getOperand(1)); in PromoteIntRes_DIVFIX()
1109 SDValue LHS = SExtPromotedInteger(N->getOperand(0)); in PromoteIntRes_SADDSUBO()
1110 SDValue RHS = SExtPromotedInteger(N->getOperand(1)); in PromoteIntRes_SADDSUBO()
[all …]
H A DLegalizeTypes.h261 SDValue SExtPromotedInteger(SDValue Op) { in SExtPromotedInteger() function