Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGOpenMPRuntime.cpp414 Address LocValue = Address::invalid(); in emitUpdateLocation() local
417 LocValue = Address(I->second.DebugLoc, getIdentAlign(CGF.CGM)); in emitUpdateLocation()
421 if (!LocValue.isValid()) { in emitUpdateLocation()
427 LocValue = AI; in emitUpdateLocation()
431 CGF.Builder.CreateMemCpy(LocValue, getOrCreateDefaultLocation(Flags), in emitUpdateLocation()
436 Address PSource = createIdentFieldGEP(CGF, LocValue, IdentField_PSource); in emitUpdateLocation()
458 return LocValue.getPointer(); in emitUpdateLocation()