Searched refs:ZExtPromotedInteger (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10/llvmCore-3425.0.34/lib/CodeGen/SelectionDAG/
H A DLegalizeIntegerTypes.cpp162 SDValue Op = ZExtPromotedInteger(N->getOperand(0));
311 SDValue Op = ZExtPromotedInteger(N->getOperand(0));
324 SDValue Op = ZExtPromotedInteger(N->getOperand(0));
566 SDValue Res = ZExtPromotedInteger(N->getOperand(0));
615 SDValue LHS = ZExtPromotedInteger(N->getOperand(0));
616 SDValue RHS = ZExtPromotedInteger(N->getOperand(1));
654 LHS = ZExtPromotedInteger(LHS);
655 RHS = ZExtPromotedInteger(RHS);
689 SDValue LHS = ZExtPromotedInteger(N->getOperand(0));
690 SDValue RHS = ZExtPromotedInteger(
[all...]
H A DLegalizeTypes.h185 /// 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) { function in class:llvm::DAGTypeLegalizer

Completed in 316 milliseconds