Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeIntegerTypes.cpp251 SDValue Op = SExtPromotedInteger(N->getOperand(0)); in PromoteIntRes_AssertSext()
315 Op2 = SExtPromotedInteger(Op2); in PromoteIntRes_AtomicCmpSwap()
788 Op1Promoted = SExtPromotedInteger(Op1); in PromoteIntRes_ADDSUBSHLSAT()
789 Op2Promoted = SExtPromotedInteger(Op2); in PromoteIntRes_ADDSUBSHLSAT()
1017 SDValue LHS = SExtPromotedInteger(N->getOperand(0)); in PromoteIntRes_SADDSUBO()
1018 SDValue RHS = SExtPromotedInteger(N->getOperand(1)); in PromoteIntRes_SADDSUBO()
1370 LHS = SExtPromotedInteger(LHS); in PromoteIntRes_XMULO()
1371 RHS = SExtPromotedInteger(RHS); in PromoteIntRes_XMULO()
1633 NewLHS = SExtPromotedInteger(NewLHS); in PromoteSetCCOperands()
1634 NewRHS = SExtPromotedInteger(NewRHS); in PromoteSetCCOperands()
[all …]
H A DLegalizeTypes.h262 SDValue SExtPromotedInteger(SDValue Op) { in SExtPromotedInteger() function