Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprComplex.cpp425 Address CodeGenFunction::emitAddrOfImagComponent(Address addr, in emitAddrOfImagComponent() function in CodeGenFunction
449 Address ImagP = CGF.emitAddrOfImagComponent(SrcPtr, lvalue.getType()); in EmitLoadOfLValue()
466 Address ImagPtr = CGF.emitAddrOfImagComponent(Ptr, lvalue.getType()); in EmitStoreOfComplex()
H A DCodeGenFunction.h5053 Address emitAddrOfImagComponent(Address complex, QualType complexType);
H A DCGExpr.cpp3398 : emitAddrOfImagComponent(LV.getAddress(), LV.getType())); in EmitUnaryOpLValue()