Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/SelectionDAG/
DLegalizeIntegerTypes.cpp160 SDValue Op = SExtPromotedInteger(N->getOperand(0)); in PromoteIntRes_AssertSext()
508 SDValue LHS = SExtPromotedInteger(N->getOperand(0)); in PromoteIntRes_SADDSUBO()
509 SDValue RHS = SExtPromotedInteger(N->getOperand(1)); in PromoteIntRes_SADDSUBO()
533 SDValue LHS = SExtPromotedInteger(N->getOperand(0)); in PromoteIntRes_SDIV()
534 SDValue RHS = SExtPromotedInteger(N->getOperand(1)); in PromoteIntRes_SDIV()
625 SDValue Res = SExtPromotedInteger(N->getOperand(0)); in PromoteIntRes_SRA()
720 LHS = SExtPromotedInteger(LHS); in PromoteIntRes_XMULO()
721 RHS = SExtPromotedInteger(RHS); in PromoteIntRes_XMULO()
932 NewLHS = SExtPromotedInteger(NewLHS); in PromoteSetCCOperands()
933 NewRHS = SExtPromotedInteger(NewRHS); in PromoteSetCCOperands()
[all …]
DLegalizeTypes.h204 SDValue SExtPromotedInteger(SDValue Op) { in SExtPromotedInteger() function