Home
last modified time | relevance | path

Searched defs:NextSize (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGBuiltin.cpp4362 Value *NextSize = Builder.CreateSub(SizePhi, ConstantInt::get(SizeTy, 1)); in EmitBuiltinExpr() local
4417 Value *NextSize = Builder.CreateSub(SizePhi, ConstantInt::get(SizeTy, 1)); in EmitBuiltinExpr() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeVectorTypes.cpp4699 int NextSize = VT.isVector() ? VT.getVectorNumElements() : 1; CollectOpsToWiden() local