Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp4091 auto *ArrI8PtrTy = ArrayType::get(Int8Ptr, NumOperands); in createMapperAllocas() local
4094 AllocaInst *ArgsBase = Builder.CreateAlloca(ArrI8PtrTy); in createMapperAllocas()
4095 AllocaInst *Args = Builder.CreateAlloca(ArrI8PtrTy); in createMapperAllocas()
4111 auto *ArrI8PtrTy = ArrayType::get(Int8Ptr, NumOperands); in emitMapperCall() local
4114 Builder.CreateInBoundsGEP(ArrI8PtrTy, MapperAllocas.ArgsBase, in emitMapperCall()
4117 Builder.CreateInBoundsGEP(ArrI8PtrTy, MapperAllocas.Args, in emitMapperCall()