Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeIntegerTypes.cpp190 SDValue Op = SExtPromotedInteger(N->getOperand(0)); in PromoteIntRes_AssertSext()
665 SDValue LHS = SExtPromotedInteger(N->getOperand(0)); in PromoteIntRes_SADDSUBO()
666 SDValue RHS = SExtPromotedInteger(N->getOperand(1)); in PromoteIntRes_SADDSUBO()
769 SDValue LHS = SExtPromotedInteger(N->getOperand(0)); in PromoteIntRes_SExtIntBinOp()
770 SDValue RHS = SExtPromotedInteger(N->getOperand(1)); in PromoteIntRes_SExtIntBinOp()
785 SDValue LHS = SExtPromotedInteger(N->getOperand(0)); in PromoteIntRes_SRA()
905 SDValue LHS = SExtPromotedInteger(N->getOperand(0)); in PromoteIntRes_ADDSUBCARRY()
934 LHS = SExtPromotedInteger(LHS); in PromoteIntRes_XMULO()
935 RHS = SExtPromotedInteger(RHS); in PromoteIntRes_XMULO()
1156 NewLHS = SExtPromotedInteger(NewLHS); in PromoteSetCCOperands()
[all …]
H A DLegalizeTypes.h268 SDValue SExtPromotedInteger(SDValue Op) { in SExtPromotedInteger() function