Searched refs:emitConst (Results 1 – 2 of 2) sorted by relevance
/external/llvm-project/clang/lib/AST/Interp/ |
D | ByteCodeExprGen.h | 194 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()
|
D | ByteCodeExprGen.cpp | 136 return emitConst(*T, getIntWidth(LitTy), LE->getValue(), LE); in VisitIntegerLiteral() 394 bool ByteCodeExprGen<Emitter>::emitConst(PrimType T, unsigned NumBits, in emitConst() function in ByteCodeExprGen
|