Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeIntegerTypes.cpp1145 SDValue LHS = SExtOrZExtPromotedInteger(N->getOperand(0)); in PromoteIntRes_UMINUMAX()
1146 SDValue RHS = SExtOrZExtPromotedInteger(N->getOperand(1)); in PromoteIntRes_UMINUMAX()
1613 NewLHS = SExtOrZExtPromotedInteger(NewLHS); in PromoteSetCCOperands()
1614 NewRHS = SExtOrZExtPromotedInteger(NewRHS); in PromoteSetCCOperands()
1622 NewLHS = SExtOrZExtPromotedInteger(NewLHS); in PromoteSetCCOperands()
1623 NewRHS = SExtOrZExtPromotedInteger(NewRHS); in PromoteSetCCOperands()
H A DLegalizeTypes.h282 SDValue SExtOrZExtPromotedInteger(SDValue Op) { in SExtOrZExtPromotedInteger() function