Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeIntegerTypes.cpp304 SDValue Op = ZExtPromotedInteger(N->getOperand(0)); in PromoteIntRes_AssertZext()
364 Op2 = ZExtPromotedInteger(Op2); in PromoteIntRes_AtomicCmpSwap()
576 SDValue Op = ZExtPromotedInteger(N->getOperand(0)); in PromoteIntRes_CTLZ()
603 SDValue Op = ZExtPromotedInteger(N->getOperand(0)); in PromoteIntRes_CTPOP_PARITY()
875 Op2Promoted = ZExtPromotedInteger(Op2); in PromoteIntRes_ADDSUBSHLSAT()
877 Op1Promoted = ZExtPromotedInteger(Op1); in PromoteIntRes_ADDSUBSHLSAT()
878 Op2Promoted = ZExtPromotedInteger(Op2); in PromoteIntRes_ADDSUBSHLSAT()
955 Op1Promoted = ZExtPromotedInteger(N->getOperand(0)); in PromoteIntRes_MULFIX()
956 Op2Promoted = ZExtPromotedInteger(N->getOperand(1)); in PromoteIntRes_MULFIX()
1060 Op1Promoted = ZExtPromotedInteger(N->getOperand(0)); in PromoteIntRes_DIVFIX()
[all …]
H A DLegalizeTypes.h270 SDValue ZExtPromotedInteger(SDValue Op) { in ZExtPromotedInteger() function
H A DLegalizeVectorTypes.cpp4540 InOp = ZExtPromotedInteger(InOp); in WidenVecRes_Convert()