Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/CodeGen/
DCGOpenMPRuntime.cpp9082 LValue DimsLVal = CGF.MakeAddrLValue( in emitNonContiguousDescriptor() local
9086 DimsLVal, *std::next(RD->field_begin(), OffsetFD)); in emitNonContiguousDescriptor()
9090 DimsLVal, *std::next(RD->field_begin(), CountFD)); in emitNonContiguousDescriptor()
9094 DimsLVal, *std::next(RD->field_begin(), StrideFD)); in emitNonContiguousDescriptor()
11689 LValue DimsLVal = CGF.MakeAddrLValue( in emitDoacrossInit() local
11693 DimsLVal, *std::next(RD->field_begin(), UpperFD)); in emitDoacrossInit()
11700 DimsLVal, *std::next(RD->field_begin(), StrideFD)); in emitDoacrossInit()
/external/clang/lib/CodeGen/
DCGOpenMPRuntime.cpp6541 LValue DimsLVal = CGF.MakeAddrLValue(DimsAddr, KmpDimTy); in emitDoacrossInit() local
6544 CGF.EmitLValueForField(DimsLVal, *std::next(RD->field_begin(), UpperFD)); in emitDoacrossInit()
6551 CGF.EmitLValueForField(DimsLVal, *std::next(RD->field_begin(), StrideFD)); in emitDoacrossInit()