Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/SelectionDAG/
DLegalizeIntegerTypes.cpp167 SDValue Op = ZExtPromotedInteger(N->getOperand(0)); in PromoteIntRes_AssertZext()
350 SDValue Op = ZExtPromotedInteger(N->getOperand(0)); in PromoteIntRes_CTLZ()
364 SDValue Op = ZExtPromotedInteger(N->getOperand(0)); in PromoteIntRes_CTPOP()
603 Amt = Amt.getValueType().isVector() ? ZExtPromotedInteger(Amt) : Amt; in PromoteIntRes_SHL()
627 Amt = Amt.getValueType().isVector() ? ZExtPromotedInteger(Amt) : Amt; in PromoteIntRes_SRA()
633 SDValue Res = ZExtPromotedInteger(N->getOperand(0)); in PromoteIntRes_SRL()
635 Amt = Amt.getValueType().isVector() ? ZExtPromotedInteger(Amt) : Amt; in PromoteIntRes_SRL()
684 SDValue LHS = ZExtPromotedInteger(N->getOperand(0)); in PromoteIntRes_UADDSUBO()
685 SDValue RHS = ZExtPromotedInteger(N->getOperand(1)); in PromoteIntRes_UADDSUBO()
723 LHS = ZExtPromotedInteger(LHS); in PromoteIntRes_XMULO()
[all …]
DLegalizeTypes.h214 SDValue ZExtPromotedInteger(SDValue Op) { in ZExtPromotedInteger() function