Home
last modified time | relevance | path

Searched refs:getConstantInt64 (Results 1 – 5 of 5) sorted by relevance

/external/swiftshader/third_party/subzero/src/
DIceGlobalContext.h236 Constant *getConstantInt64(int64_t ConstantInt64) { in getConstantInt64() function
DWasmTranslator.cpp374 auto *Const = Ctx->getConstantInt64(Value); in Int64Constant()
731 Ctx->getConstantInt64(0))); in Unop()
DIceGlobalContext.cpp765 return getConstantInt64(Value); in getConstantInt()
DIceCfgNode.cpp1481 Constant *One = Ctx->getConstantInt64(1); in profileExecutionCount()
/external/swiftshader/src/Reactor/
DSubzeroReactor.cpp909 …auto call = Ice::InstCall::create(::function, 2, nullptr, ::context->getConstantInt64(reinterpret_… in createStore()
911 call->addArg(::context->getConstantInt64(typeSize(type))); in createStore()
1351 return V(::context->getConstantInt64(i)); in createConstantLong()