Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DPPC.cpp24 Address ImagAddr = RealAddr; in complexTempStructure() local
28 ImagAddr = CGF.Builder.CreateConstInBoundsByteGEP(ImagAddr, in complexTempStructure()
31 ImagAddr = CGF.Builder.CreateConstInBoundsByteGEP(RealAddr, SlotSize); in complexTempStructure()
36 ImagAddr = ImagAddr.withElementType(EltTy); in complexTempStructure()
38 llvm::Value *Imag = CGF.Builder.CreateLoad(ImagAddr, ".vaimag"); in complexTempStructure()