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 166 SDValue Op = ZExtPromotedInteger(N->getOperand(0));
340 SDValue Op = ZExtPromotedInteger(N->getOperand(0));
354 SDValue Op = ZExtPromotedInteger(N->getOperand(0));
575 Amt = Amt.getValueType().isVector() ? ZExtPromotedInteger(Amt) : Amt;
599 Amt = Amt.getValueType().isVector() ? ZExtPromotedInteger(Amt) : Amt;
605 SDValue Res = ZExtPromotedInteger(N->getOperand(0));
607 Amt = Amt.getValueType().isVector() ? ZExtPromotedInteger(Amt) : Amt;
656 SDValue LHS = ZExtPromotedInteger(N->getOperand(0));
657 SDValue RHS = ZExtPromotedInteger(N->getOperand(1));
695 LHS = ZExtPromotedInteger(LHS)
    [all...]
LegalizeTypes.h 185 /// SExtPromotedInteger and ZExtPromotedInteger can do this for you).
207 /// ZExtPromotedInteger - Get a promoted operand and zero extend it to the
209 SDValue ZExtPromotedInteger(SDValue Op) {
    [all...]

Completed in 147 milliseconds