Searched refs:EmitStoreOfComplex (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/CodeGen/
H A DCGExprComplex.cpp79 return EmitStoreOfComplex(Val, LV.getAddress(), LV.isVolatileQualified());
82 /// EmitStoreOfComplex - Store the specified real/imag parts into the
84 void EmitStoreOfComplex(ComplexPairTy Val, llvm::Value *ResPtr, bool isVol);
309 /// EmitStoreOfComplex - Store the specified real/imag parts into the
311 void ComplexExprEmitter::EmitStoreOfComplex(ComplexPairTy Val, llvm::Value *Ptr, function in class:ComplexExprEmitter
803 Emitter.EmitStoreOfComplex(Val, DestAddr, DestIsVolatile);
810 ComplexExprEmitter(*this).EmitStoreOfComplex(V, DestAddr, DestIsVolatile);

Completed in 66 milliseconds