Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeIntegerTypes.cpp290 SDValue Op = SExtPromotedInteger(N->getOperand(0)); in PromoteIntRes_AssertSext()
354 Op2 = SExtPromotedInteger(Op2); in PromoteIntRes_AtomicCmpSwap()
873 Op1Promoted = SExtPromotedInteger(Op1); in PromoteIntRes_ADDSUBSHLSAT()
874 Op2Promoted = SExtPromotedInteger(Op2); in PromoteIntRes_ADDSUBSHLSAT()
1511 LHS = SExtPromotedInteger(LHS); in PromoteIntRes_XMULO()
1512 RHS = SExtPromotedInteger(RHS); in PromoteIntRes_XMULO()
1772 LHS = SExtPromotedInteger(LHS); in PromoteSetCCOperands()
1773 RHS = SExtPromotedInteger(RHS); in PromoteSetCCOperands()
1799 LHS = SExtPromotedInteger(LHS); in PromoteSetCCOperands()
1800 RHS = SExtPromotedInteger(RHS); in PromoteSetCCOperands()
[all …]
H A DLegalizeTypes.h261 SDValue SExtPromotedInteger(SDValue Op) { in SExtPromotedInteger() function