|
clang 22.0.0git
|
#include "CIRGenFunction.h"#include "CIRGenModule.h"#include "clang/Basic/Builtins.h"#include "clang/Basic/TargetBuiltins.h"#include "clang/CIR/MissingFeatures.h"Go to the source code of this file.
Functions | |
| template<typename... Operands> | |
| static mlir::Value | emitIntrinsicCallOp (CIRGenFunction &cgf, const CallExpr *e, const std::string &str, const mlir::Type &resTy, Operands &&...op) |
|
static |
Definition at line 24 of file CIRGenBuiltinX86.cpp.
References clang::CIRGen::CIRGenFunction::getBuilder(), clang::Expr::getExprLoc(), and clang::CIRGen::CIRGenFunction::getLoc().
Referenced by clang::CIRGen::CIRGenFunction::emitX86BuiltinExpr().