Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/CodeGen/
DCGBuiltin.cpp16403 struct BuiltinAlignArgs { struct
16404 llvm::Value *Src = nullptr;
16405 llvm::Type *SrcType = nullptr;
16406 llvm::Value *Alignment = nullptr;
16407 llvm::Value *Mask = nullptr;
16408 llvm::IntegerType *IntType = nullptr;
16410 BuiltinAlignArgs(const CallExpr *E, CodeGenFunction &CGF) { in BuiltinAlignArgs() function