Home
last modified time | relevance | path

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

/llvm-project-15.0.7/polly/test/GPGPU/
H A Ddouble-parallel-loop.ll125 ; IR-NEXT: [[ParamTyped:%.*]] = bitcast i8** %polly_launch_0_param_0 to i8*
126 ; IR-NEXT: store i8* [[ParamTyped]], i8** [[ParamSlot]]
/llvm-project-15.0.7/polly/lib/CodeGen/
H A DPPCGCodeGeneration.cpp1626 Value *ParamTyped = Builder.CreatePointerCast(Param, Builder.getInt8PtrTy()); in insertStoreParameter() local
1627 Builder.CreateStore(ParamTyped, Slot); in insertStoreParameter()
1704 Value *ParamTyped = in createLaunchParameters() local
1706 Builder.CreateStore(ParamTyped, Slot); in createLaunchParameters()