Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGExprComplex.cpp309 Address CodeGenFunction::emitAddrOfImagComponent(Address addr, in emitAddrOfImagComponent() function in CodeGenFunction
335 Address ImagP = CGF.emitAddrOfImagComponent(SrcPtr, lvalue.getType()); in EmitLoadOfLValue()
352 Address ImagPtr = CGF.emitAddrOfImagComponent(Ptr, lvalue.getType()); in EmitStoreOfComplex()
DCodeGenFunction.h3071 Address emitAddrOfImagComponent(Address complex, QualType complexType);
DCGExpr.cpp2257 : emitAddrOfImagComponent(LV.getAddress(), LV.getType())); in EmitUnaryOpLValue()