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.cpp375 SDValue Op = SExtPromotedInteger(N->getOperand(0)); in PromoteIntRes_AssertSext()
456 Op2 = SExtPromotedInteger(Op2); in PromoteIntRes_AtomicCmpSwap()
1101 Op1 = SExtPromotedInteger(Op1); in PromoteIntRes_ADDSUBSHLSAT()
1102 Op2 = SExtPromotedInteger(Op2); in PromoteIntRes_ADDSUBSHLSAT()
1122 Op1 = SExtPromotedInteger(Op1); in PromoteIntRes_ADDSUBSHLSAT()
1123 Op2 = SExtPromotedInteger(Op2); in PromoteIntRes_ADDSUBSHLSAT()
1177 Op1Promoted = SExtPromotedInteger(N->getOperand(0)); in PromoteIntRes_MULFIX()
1178 Op2Promoted = SExtPromotedInteger(N->getOperand(1)); in PromoteIntRes_MULFIX()
1276 Op1Promoted = SExtPromotedInteger(N->getOperand(0)); in PromoteIntRes_DIVFIX()
1277 Op2Promoted = SExtPromotedInteger(N->getOperand(1)); in PromoteIntRes_DIVFIX()
[all …]
H A DLegalizeTypes.h260 SDValue SExtPromotedInteger(SDValue Op) { in SExtPromotedInteger() function