Searched refs:DimsLVal (Results 1 – 1 of 1) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
| H A D | CGOpenMPRuntime.cpp | 9240 LValue DimsLVal = CGF.MakeAddrLValue( in emitNonContiguousDescriptor() local 9244 DimsLVal, *std::next(RD->field_begin(), OffsetFD)); in emitNonContiguousDescriptor() 9248 DimsLVal, *std::next(RD->field_begin(), CountFD)); in emitNonContiguousDescriptor() 9252 DimsLVal, *std::next(RD->field_begin(), StrideFD)); in emitNonContiguousDescriptor() 11860 LValue DimsLVal = CGF.MakeAddrLValue( in emitDoacrossInit() local 11864 DimsLVal, *std::next(RD->field_begin(), UpperFD)); in emitDoacrossInit() 11871 DimsLVal, *std::next(RD->field_begin(), StrideFD)); in emitDoacrossInit()
|