Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp2583 Value *DestRealPtr = Builder.CreateConstInBoundsGEP2_32( in emitReductionListCopy() local
2587 Builder.CreateStore(SrcReal, DestRealPtr); in emitReductionListCopy()
3106 Value *DestRealPtr = Builder.CreateConstInBoundsGEP2_32( in emitListToGlobalCopyFunction() local
3110 Builder.CreateStore(SrcReal, DestRealPtr); in emitListToGlobalCopyFunction()
3296 Value *DestRealPtr = Builder.CreateConstInBoundsGEP2_32( in emitGlobalToListCopyFunction() local
3300 Builder.CreateStore(SrcReal, DestRealPtr); in emitGlobalToListCopyFunction()