Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp3055 Value *GlobValPtr = Builder.CreateConstInBoundsGEP2_32( in emitListToGlobalReduceFunction() local
3057 Builder.CreateStore(GlobValPtr, TargetElementPtrPtr); in emitListToGlobalReduceFunction()
3134 Value *GlobValPtr = Builder.CreateConstInBoundsGEP2_32( in emitGlobalToListCopyFunction() local
3139 Value *TargetElement = Builder.CreateLoad(RI.ElementType, GlobValPtr); in emitGlobalToListCopyFunction()
3145 RI.ElementType, GlobValPtr, 0, 0, ".realp"); in emitGlobalToListCopyFunction()
3149 RI.ElementType, GlobValPtr, 0, 1, ".imagp"); in emitGlobalToListCopyFunction()
3166 GlobValPtr, M.getDataLayout().getPrefTypeAlign(RI.ElementType), in emitGlobalToListCopyFunction()
3246 Value *GlobValPtr = Builder.CreateConstInBoundsGEP2_32( in emitGlobalToListReduceFunction() local
3248 Builder.CreateStore(GlobValPtr, TargetElementPtrPtr); in emitGlobalToListReduceFunction()