Searched refs:getConstantAmount (Results 1 – 5 of 5) sorted by relevance
88 ArgsData.back().Size = precision.getConstantAmount(); in HandlePrintfSpecifier()104 ArgsData.back().Size = precision.getConstantAmount(); in HandlePrintfSpecifier()
101 if (Amt.getConstantAmount() == 0) { in ParsePositionAmount()109 return OptionalAmount(OptionalAmount::Arg, Amt.getConstantAmount() - 1, in ParsePositionAmount()164 if (Amt.getConstantAmount() == 0) { in ParseArgPosition()169 FS.setArgIndex(Amt.getConstantAmount() - 1); in ParseArgPosition()
744 return ScalarTy.makeVectorType(Ctx, VectorNumElts.getConstantAmount()); in getArgType()998 os << 'v' << VectorNumElts.getConstantAmount(); in toString()
384 unsigned getConstantAmount() const { in getConstantAmount() function
898 unsigned SourceSize = FW.getConstantAmount() + NulByte; in HandleScanfSpecifier()1070 FieldWidth = FW.getConstantAmount(); in computeFieldWidth()1111 Precision = FW.getConstantAmount(); in computePrecision()8672 if (Amt.getConstantAmount() == 0) { in HandleScanfSpecifier()