Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGBuiltin.cpp20862 struct BuiltinAlignArgs { struct
20863 llvm::Value *Src = nullptr;
20864 llvm::Type *SrcType = nullptr;
20865 llvm::Value *Alignment = nullptr;
20866 llvm::Value *Mask = nullptr;
20867 llvm::IntegerType *IntType = nullptr;
20869 BuiltinAlignArgs(const CallExpr *E, CodeGenFunction &CGF) { in BuiltinAlignArgs() function