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

/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/Interp/
H A DByteCodeExprGen.h194 bool emitConst(PrimType T, unsigned NumBits, const llvm::APInt &Value,
198 template <typename T> bool emitConst(const Expr *E, T Value) { function
202 return emitConst(*Ctx.classify(Ty), NumBits, WrappedValue, E);
H A DByteCodeExprGen.cpp136 return emitConst(*T, getIntWidth(LitTy), LE->getValue(), LE);
394 bool ByteCodeExprGen<Emitter>::emitConst(PrimType T, unsigned NumBits,

Completed in 50 milliseconds