Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGBuiltin.cpp16920 struct BuiltinAlignArgs { struct
16921 llvm::Value *Src = nullptr;
16922 llvm::Type *SrcType = nullptr;
16923 llvm::Value *Alignment = nullptr;
16924 llvm::Value *Mask = nullptr;
16925 llvm::IntegerType *IntType = nullptr;
16927 BuiltinAlignArgs(const CallExpr *E, CodeGenFunction &CGF) { in BuiltinAlignArgs() argument