Searched refs:CreateLaunchArgsArray (Results 1 – 2 of 2) sorted by relevance
157 llvm::Value *CreateLaunchArgsArray(CallInst *callInst, uint32_t argStart);
1906 llvm::Value *LLVMIrConstructor::CreateLaunchArgsArray(CallInst *callInst, uint32_t argStart) in CreateLaunchArgsArray() function in ark::compiler::LLVMIrConstructor1938 auto callArgs = CreateLaunchArgsArray(callInst, argStart); in CreateLaunchCall()1958 auto callArgs = CreateLaunchArgsArray(callInst, 2U); in CreateLaunchCall()