Home | History | Annotate | Download | only in SelectionDAG

Lines Matching defs:IntVT

5709     EVT IntVT
5710 BV = ConstantFoldBITCASTofBUILD_VECTOR(BV, IntVT).getNode();
5711 SrcEltVT = IntVT;
6597 EVT IntVT = Int.getValueType();
6598 if (IntVT.isInteger() && !IntVT.isVector()) {
6599 Int = DAG.getNode(ISD::XOR, N0.getDebugLoc(), IntVT, Int,
6600 DAG.getConstant(APInt::getSignBit(IntVT.getSizeInBits()), IntVT));
6685 EVT IntVT = Int.getValueType();
6686 if (IntVT.isInteger() && !IntVT.isVector()) {
6687 Int = DAG.getNode(ISD::AND, N0.getDebugLoc(), IntVT, Int,
6688 DAG.getConstant(~APInt::getSignBit(IntVT.getSizeInBits()), IntVT));
7667 EVT IntVT = EVT::getIntegerVT(*DAG.getContext(), VT.getSizeInBits());
7668 if (!TLI.isOperationLegal(ISD::LOAD, IntVT) ||
7669 !TLI.isOperationLegal(ISD::STORE, IntVT) ||
7676 Type *IntVTTy = IntVT.getTypeForEVT(*DAG.getContext());
7681 SDValue NewLD = DAG.getLoad(IntVT, Value.getDebugLoc(),