Home
last modified time | relevance | path

Searched refs:ConstSizes (Results 1 – 1 of 1) sorted by relevance

/external/clang/lib/CodeGen/
DCGOpenMPRuntime.cpp3407 SmallVector<llvm::Constant *, 16> ConstSizes; in emitTargetCall() local
3409 ConstSizes.push_back(cast<llvm::Constant>(S)); in emitTargetCall()
3412 llvm::ArrayType::get(CGM.SizeTy, ConstSizes.size()), ConstSizes); in emitTargetCall()