Lines Matching refs:bitsGT
1174 return VT.bitsGT(Op.getValueType()) in getFPExtendOrRound()
1185 VT.bitsGT(Op.getValueType()) in getStrictFPExtendOrRound()
1194 return VT.bitsGT(Op.getValueType()) ? in getAnyExtOrTrunc()
1200 return VT.bitsGT(Op.getValueType()) ? in getSExtOrTrunc()
1206 return VT.bitsGT(Op.getValueType()) ? in getZExtOrTrunc()
4313 if (SVT.bitsGT(VT.getScalarType())) { in foldCONCAT_VECTORS()
4654 assert(Operand.getValueType().bitsGT(VT) && in getNode()
4664 if (Operand.getOperand(0).getValueType().bitsGT(VT)) in getNode()
4947 if (V1->getValueType(0).bitsGT(SVT)) in FoldConstantArithmetic()
4949 if (V2->getValueType(0).bitsGT(SVT)) in FoldConstantArithmetic()
5057 if (ScalarVT.isInteger() && ScalarVT.bitsGT(InSVT)) in FoldConstantVectorArithmetic()
6337 if (MemOps[i].bitsGT(LargestVT)) in getMemsetStores()