Lines Matching refs:bitsGT
1244 return VT.bitsGT(Op.getValueType()) in getFPExtendOrRound()
1255 VT.bitsGT(Op.getValueType()) in getStrictFPExtendOrRound()
1264 return VT.bitsGT(Op.getValueType()) ? in getAnyExtOrTrunc()
1270 return VT.bitsGT(Op.getValueType()) ? in getSExtOrTrunc()
1276 return VT.bitsGT(Op.getValueType()) ? in getZExtOrTrunc()
4604 if (SVT.bitsGT(VT.getScalarType())) { in foldCONCAT_VECTORS()
4963 assert(Operand.getValueType().bitsGT(VT) && in getNode()
4973 if (Operand.getOperand(0).getValueType().bitsGT(VT)) in getNode()
5300 if (V1.getValueType().bitsGT(SVT)) in FoldConstantArithmetic()
5302 if (V2.getValueType().bitsGT(SVT)) in FoldConstantArithmetic()
5419 if (ScalarVT.isInteger() && ScalarVT.bitsGT(InSVT)) in FoldConstantVectorArithmetic()
6748 if (MemOps[i].bitsGT(LargestVT)) in getMemsetStores()