Lines Matching refs:IntVT
5808 EVT IntVT = EVT::getIntegerVT(*DAG.getContext(), SrcEltVT.getSizeInBits());
5809 BV = ConstantFoldBITCASTofBUILD_VECTOR(BV, IntVT).getNode();
5810 SrcEltVT = IntVT;
6696 EVT IntVT = Int.getValueType();
6697 if (IntVT.isInteger() && !IntVT.isVector()) {
6698 Int = DAG.getNode(ISD::XOR, SDLoc(N0), IntVT, Int,
6699 DAG.getConstant(APInt::getSignBit(IntVT.getSizeInBits()), IntVT));
6783 EVT IntVT = Int.getValueType();
6784 if (IntVT.isInteger() && !IntVT.isVector()) {
6785 Int = DAG.getNode(ISD::AND, SDLoc(N0), IntVT, Int,
6786 DAG.getConstant(~APInt::getSignBit(IntVT.getSizeInBits()), IntVT));
7780 EVT IntVT = EVT::getIntegerVT(*DAG.getContext(), VT.getSizeInBits());
7781 if (!TLI.isOperationLegal(ISD::LOAD, IntVT) ||
7782 !TLI.isOperationLegal(ISD::STORE, IntVT) ||
7789 Type *IntVTTy = IntVT.getTypeForEVT(*DAG.getContext());
7794 SDValue NewLD = DAG.getLoad(IntVT, SDLoc(Value),