HomeSort by: relevance | last modified time | path
    Searched refs:emitConst (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/AST/Interp/
ByteCodeExprGen.h 194 bool emitConst(PrimType T, unsigned NumBits, const llvm::APInt &Value,
198 template <typename T> bool emitConst(const Expr *E, T Value) {
202 return emitConst(*Ctx.classify(Ty), NumBits, WrappedValue, E);
ByteCodeExprGen.cpp 136 return emitConst(*T, getIntWidth(LitTy), LE->getValue(), LE);
394 bool ByteCodeExprGen<Emitter>::emitConst(PrimType T, unsigned NumBits,

Completed in 64 milliseconds