Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/AST/Interp/
H A DByteCodeExprGen.h192 bool emitConst(PrimType T, unsigned NumBits, const llvm::APInt &Value,
196 template <typename T> bool emitConst(const Expr *E, T Value) { in emitConst() function
200 return emitConst(*Ctx.classify(Ty), NumBits, WrappedValue, E); in emitConst()
H A DByteCodeExprGen.cpp136 return emitConst(*T, getIntWidth(LitTy), LE->getValue(), LE); in VisitIntegerLiteral()
394 bool ByteCodeExprGen<Emitter>::emitConst(PrimType T, unsigned NumBits, in emitConst() function in ByteCodeExprGen