Lines Matching refs:bitsGT
1095 return VT.bitsGT(Op.getValueType()) in getFPExtendOrRound()
1101 return VT.bitsGT(Op.getValueType()) ? in getAnyExtOrTrunc()
1107 return VT.bitsGT(Op.getValueType()) ? in getSExtOrTrunc()
1113 return VT.bitsGT(Op.getValueType()) ? in getZExtOrTrunc()
4056 if (SVT.bitsGT(VT.getScalarType())) in FoldCONCAT_VECTORS()
4358 assert(Operand.getValueType().bitsGT(VT) && in getNode()
4368 if (Operand.getOperand(0).getValueType().bitsGT(VT)) in getNode()
4630 if (V1->getValueType(0).bitsGT(SVT)) in FoldConstantArithmetic()
4632 if (V2->getValueType(0).bitsGT(SVT)) in FoldConstantArithmetic()
4733 if (ScalarVT.isInteger() && ScalarVT.bitsGT(InSVT)) in FoldConstantVectorArithmetic()
5569 if (VT.bitsGT(LVT)) in FindOptimalMemOpLowering()
6000 if (MemOps[i].bitsGT(LargestVT)) in getMemsetStores()