Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGExprComplex.cpp342 Address CodeGenFunction::emitAddrOfImagComponent(Address addr, in emitAddrOfImagComponent() function in CodeGenFunction
366 Address ImagP = CGF.emitAddrOfImagComponent(SrcPtr, lvalue.getType()); in EmitLoadOfLValue()
383 Address ImagPtr = CGF.emitAddrOfImagComponent(Ptr, lvalue.getType()); in EmitStoreOfComplex()
H A DCodeGenFunction.h4345 Address emitAddrOfImagComponent(Address complex, QualType complexType);
H A DCGExpr.cpp2917 : emitAddrOfImagComponent(LV.getAddress(*this), LV.getType())); in EmitUnaryOpLValue()