Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeIntegerTypes.cpp1149 SDValue LHS = SExtOrZExtPromotedInteger(N->getOperand(0)); in PromoteIntRes_UMINUMAX()
1150 SDValue RHS = SExtOrZExtPromotedInteger(N->getOperand(1)); in PromoteIntRes_UMINUMAX()
1617 NewLHS = SExtOrZExtPromotedInteger(NewLHS); in PromoteSetCCOperands()
1618 NewRHS = SExtOrZExtPromotedInteger(NewRHS); in PromoteSetCCOperands()
1626 NewLHS = SExtOrZExtPromotedInteger(NewLHS); in PromoteSetCCOperands()
1627 NewRHS = SExtOrZExtPromotedInteger(NewRHS); in PromoteSetCCOperands()
H A DLegalizeTypes.h282 SDValue SExtOrZExtPromotedInteger(SDValue Op) { in SExtOrZExtPromotedInteger() function