Lines Matching refs:Op1VT
14697 EVT Op1VT = N->getOperand(1).getValueType(); in combineStoreFPToInt() local
14705 (Op1VT == MVT::i32 || Op1VT == MVT::i64 || in combineStoreFPToInt()
14706 (Subtarget.hasP9Vector() && (Op1VT == MVT::i16 || Op1VT == MVT::i8))); in combineStoreFPToInt()
14731 unsigned ByteSize = Op1VT.getScalarSizeInBits() / 8; in combineStoreFPToInt()
14734 DAG.getValueType(Op1VT) }; in combineStoreFPToInt()
15157 EVT Op1VT = N->getOperand(1).getValueType(); in PerformDAGCombine() local
15176 (Op1VT == MVT::i32 || Op1VT == MVT::i16 || in PerformDAGCombine()
15177 (Subtarget.hasLDBRX() && Subtarget.isPPC64() && Op1VT == MVT::i64))) { in PerformDAGCombine()
15192 if (Op1VT.bitsGT(mVT)) { in PerformDAGCombine()
15193 int Shift = Op1VT.getSizeInBits() - mVT.getSizeInBits(); in PerformDAGCombine()
15194 BSwapOp = DAG.getNode(ISD::SRL, dl, Op1VT, BSwapOp, in PerformDAGCombine()
15197 if (Op1VT == MVT::i64) in PerformDAGCombine()
15213 isa<ConstantSDNode>(N->getOperand(1)) && Op1VT == MVT::i32) { in PerformDAGCombine()
15231 if (Op1VT.isSimple()) { in PerformDAGCombine()
15232 MVT StoreVT = Op1VT.getSimpleVT(); in PerformDAGCombine()