Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/SandboxIR/
H A DSandboxIR.h416 static Constant *createInt(Type *Ty, uint64_t V, Context &Ctx,
/freebsd/contrib/llvm-project/llvm/lib/SandboxIR/
H A DSandboxIR.cpp642 Constant *Constant::createInt(Type *Ty, uint64_t V, Context &Ctx, in createInt() function in Constant