Searched defs:NextSize (Results 1 – 7 of 7) sorted by relevance
27 size_t NextSize(size_t n) { return n + ((n < 75) ? 1 : 25); } in NextSize() function
1627 unsigned NextSize; in LexNumericConstant() local1698 unsigned NextSize; in LexUDSuffix() local
1792 unsigned NextSize; in LexNumericConstant() local1863 unsigned NextSize; in LexUDSuffix() local
2289 int NextSize = VT.isVector() ? VT.getVectorNumElements() : 1; in WidenVecRes_BinaryCanTrap() local
2915 int NextSize = VT.isVector() ? VT.getVectorNumElements() : 1; in CollectOpsToWiden() local
3077 int NextSize = VT.isVector() ? VT.getVectorNumElements() : 1; in CollectOpsToWiden() local
3251 Value *NextSize = Builder.CreateSub(SizePhi, ConstantInt::get(SizeTy, 1)); in EmitBuiltinExpr() local