Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/SelectionDAG/
DLegalizeIntegerTypes.cpp176 SDValue Op = ZExtPromotedInteger(N->getOperand(0)); in PromoteIntRes_AssertZext()
370 SDValue Op = ZExtPromotedInteger(N->getOperand(0)); in PromoteIntRes_CTLZ()
384 SDValue Op = ZExtPromotedInteger(N->getOperand(0)); in PromoteIntRes_CTPOP()
629 RHS = ZExtPromotedInteger(RHS); in PromoteIntRes_SHL()
659 SDValue LHS = ZExtPromotedInteger(N->getOperand(0)); in PromoteIntRes_ZExtIntBinOp()
660 SDValue RHS = ZExtPromotedInteger(N->getOperand(1)); in PromoteIntRes_ZExtIntBinOp()
672 RHS = ZExtPromotedInteger(RHS); in PromoteIntRes_SRA()
681 LHS = ZExtPromotedInteger(LHS); in PromoteIntRes_SRL()
683 RHS = ZExtPromotedInteger(RHS); in PromoteIntRes_SRL()
732 SDValue LHS = ZExtPromotedInteger(N->getOperand(0)); in PromoteIntRes_UADDSUBO()
[all …]
DLegalizeTypes.h233 SDValue ZExtPromotedInteger(SDValue Op) { in ZExtPromotedInteger() function