Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprComplex.cpp369 Address CodeGenFunction::emitAddrOfImagComponent(Address addr, in emitAddrOfImagComponent() function in CodeGenFunction
393 Address ImagP = CGF.emitAddrOfImagComponent(SrcPtr, lvalue.getType()); in EmitLoadOfLValue()
410 Address ImagPtr = CGF.emitAddrOfImagComponent(Ptr, lvalue.getType()); in EmitStoreOfComplex()
H A DCodeGenFunction.h4566 Address emitAddrOfImagComponent(Address complex, QualType complexType);
H A DCGExpr.cpp3240 : emitAddrOfImagComponent(LV.getAddress(*this), LV.getType())); in EmitUnaryOpLValue()