Home
last modified time | relevance | path

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

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