HomeSort by relevance Sort by last modified time
    Searched refs:ZExtPromotedInteger (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeIntegerTypes.cpp 162 SDValue Op = ZExtPromotedInteger(N->getOperand(0));
311 SDValue Op = ZExtPromotedInteger(N->getOperand(0));
324 SDValue Op = ZExtPromotedInteger(N->getOperand(0));
547 Amt = Amt.getValueType().isVector() ? ZExtPromotedInteger(Amt) : Amt;
571 Amt = Amt.getValueType().isVector() ? ZExtPromotedInteger(Amt) : Amt;
577 SDValue Res = ZExtPromotedInteger(N->getOperand(0));
579 Amt = Amt.getValueType().isVector() ? ZExtPromotedInteger(Amt) : Amt;
628 SDValue LHS = ZExtPromotedInteger(N->getOperand(0));
629 SDValue RHS = ZExtPromotedInteger(N->getOperand(1));
667 LHS = ZExtPromotedInteger(LHS)
    [all...]
LegalizeTypes.h 186 /// SExtPromotedInteger and ZExtPromotedInteger can do this for you).
208 /// ZExtPromotedInteger - Get a promoted operand and zero extend it to the
210 SDValue ZExtPromotedInteger(SDValue Op) {
    [all...]

Completed in 38 milliseconds