Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeIntegerTypes.cpp389 Op2 = SExtPromotedInteger(Op2); in PromoteIntRes_AtomicCmpSwap()
961 Op1Promoted = SExtPromotedInteger(Op1); in PromoteIntRes_ADDSUBSHLSAT()
962 Op2Promoted = SExtPromotedInteger(Op2); in PromoteIntRes_ADDSUBSHLSAT()
1660 LHS = SExtPromotedInteger(LHS); in PromoteIntRes_XMULO()
1661 RHS = SExtPromotedInteger(RHS); in PromoteIntRes_XMULO()
1925 LHS = SExtPromotedInteger(LHS); in PromoteSetCCOperands()
1926 RHS = SExtPromotedInteger(RHS); in PromoteSetCCOperands()
1952 LHS = SExtPromotedInteger(LHS); in PromoteSetCCOperands()
1953 RHS = SExtPromotedInteger(RHS); in PromoteSetCCOperands()
2433 return SExtPromotedInteger(V); in PromoteIntOpVectorReduction()
[all …]
H A DLegalizeTypes.h261 SDValue SExtPromotedInteger(SDValue Op) { in SExtPromotedInteger() function