Searched defs:NextSize (Results 1 – 2 of 2) sorted by relevance
4362 Value *NextSize = Builder.CreateSub(SizePhi, ConstantInt::get(SizeTy, 1)); in EmitBuiltinExpr() local4417 Value *NextSize = Builder.CreateSub(SizePhi, ConstantInt::get(SizeTy, 1)); in EmitBuiltinExpr() local
4699 int NextSize = VT.isVector() ? VT.getVectorNumElements() : 1; CollectOpsToWiden() local