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()
102 if (Amt.getConstantAmount() == 0) { in ParsePositionAmount()110 return OptionalAmount(OptionalAmount::Arg, Amt.getConstantAmount() - 1, in ParsePositionAmount()165 if (Amt.getConstantAmount() == 0) { in ParseArgPosition()170 FS.setArgIndex(Amt.getConstantAmount() - 1); in ParseArgPosition()
640 return ScalarTy.makeVectorType(Ctx, VectorNumElts.getConstantAmount()); in getArgType()877 os << 'v' << VectorNumElts.getConstantAmount(); in toString()
345 unsigned getConstantAmount() const { in getConstantAmount() function
8132 if (Amt.getConstantAmount() == 0) { in HandleScanfSpecifier()