Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DPPC.cpp23 Address ImagAddr = RealAddr; in complexTempStructure() local
27 ImagAddr = CGF.Builder.CreateConstInBoundsByteGEP(ImagAddr, in complexTempStructure()
30 ImagAddr = CGF.Builder.CreateConstInBoundsByteGEP(RealAddr, SlotSize); in complexTempStructure()
35 ImagAddr = ImagAddr.withElementType(EltTy); in complexTempStructure()
37 llvm::Value *Imag = CGF.Builder.CreateLoad(ImagAddr, ".vaimag"); in complexTempStructure()