Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DTargetInfo.cpp412 Address ImagAddr = RealAddr; in complexTempStructure() local
416 ImagAddr = CGF.Builder.CreateConstInBoundsByteGEP(ImagAddr, in complexTempStructure()
419 ImagAddr = CGF.Builder.CreateConstInBoundsByteGEP(RealAddr, SlotSize); in complexTempStructure()
424 ImagAddr = CGF.Builder.CreateElementBitCast(ImagAddr, EltTy); in complexTempStructure()
426 llvm::Value *Imag = CGF.Builder.CreateLoad(ImagAddr, ".vaimag"); in complexTempStructure()