Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/AST/Interp/
DByteCodeExprGen.h194 bool emitConst(PrimType T, unsigned NumBits, const llvm::APInt &Value,
198 template <typename T> bool emitConst(const Expr *E, T Value) { in emitConst() function
202 return emitConst(*Ctx.classify(Ty), NumBits, WrappedValue, E); in emitConst()
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