Home
last modified time | relevance | path

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

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