Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeIntegerTypes.cpp197 SDValue Op = ZExtPromotedInteger(N->getOperand(0)); in PromoteIntRes_AssertZext()
407 SDValue Op = ZExtPromotedInteger(N->getOperand(0)); in PromoteIntRes_CTLZ()
421 SDValue Op = ZExtPromotedInteger(N->getOperand(0)); in PromoteIntRes_CTPOP()
747 RHS = ZExtPromotedInteger(RHS); in PromoteIntRes_SHL()
777 SDValue LHS = ZExtPromotedInteger(N->getOperand(0)); in PromoteIntRes_ZExtIntBinOp()
788 RHS = ZExtPromotedInteger(RHS); in PromoteIntRes_SRA()
797 RHS = ZExtPromotedInteger(RHS); in PromoteIntRes_SRL()
937 LHS = ZExtPromotedInteger(LHS); in PromoteIntRes_XMULO()
938 RHS = ZExtPromotedInteger(RHS); in PromoteIntRes_XMULO()
1207 SDValue Lo = ZExtPromotedInteger(N->getOperand(0)); in PromoteIntOp_BUILD_PAIR()
[all …]
H A DLegalizeTypes.h277 SDValue ZExtPromotedInteger(SDValue Op) { in ZExtPromotedInteger() function