Searched refs:DimsLVal (Results 1 - 2 of 2) sorted by relevance

/freebsd-current/contrib/llvm-project/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp5407 Value *DimsLVal = Builder.CreateInBoundsGEP( local
5411 Value *OffsetLVal = Builder.CreateStructGEP(DimTy, DimsLVal, OffsetFD);
5416 Value *CountLVal = Builder.CreateStructGEP(DimTy, DimsLVal, CountFD);
5421 Value *StrideLVal = Builder.CreateStructGEP(DimTy, DimsLVal, StrideFD);
/freebsd-current/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp11143 LValue DimsLVal = CGF.MakeAddrLValue( local
11147 DimsLVal, *std::next(RD->field_begin(), UpperFD));
11154 DimsLVal, *std::next(RD->field_begin(), StrideFD));

Completed in 282 milliseconds