Home
last modified time | relevance | path

Searched refs:getComplex (Results 1 – 11 of 11) sorted by relevance

/external/clang/test/CodeGen/
Dconditional-gnu-ext.c24 _Complex int getComplex(_Complex int val) { in getComplex() function
35 return getComplex(1+2i) ? : rhs; in complx()
/external/clang/test/CodeGenCXX/
Dconditional-gnu-ext.cpp27 _Complex int getComplex(_Complex int val) { in getComplex() function
38 return getComplex(1+2i) ? : rhs; in cmplx()
/external/clang/lib/CodeGen/
DCGValue.h78 static RValue getComplex(llvm::Value *V1, llvm::Value *V2) { in getComplex() function
86 static RValue getComplex(const std::pair<llvm::Value *, llvm::Value *> &C) { in getComplex() function
87 return getComplex(C.first, C.second); in getComplex()
DCGExprComplex.cpp341 return CGF.EmitAtomicStore(RValue::getComplex(Val), lvalue, isInit); in EmitStoreOfComplex()
872 Val = RValue::getComplex(ResVal); in EmitCompoundAssignLValue()
DCGExpr.cpp125 return RValue::getComplex(EmitComplexExpr(E, ignoreResult, ignoreResult)); in EmitAnyExpr()
773 return RValue::getComplex(std::make_pair(U, U)); in GetUndefRValue()
3080 return RValue::getComplex(EmitLoadOfComplex(FieldLV, Loc)); in EmitRValueForField()
3463 return RValue::getComplex(EmitLoadOfComplex(lvalue, loc)); in convertTempToRValue()
DCGCleanup.cpp90 return RValue::getComplex(real, imag); in restore()
DCGAtomic.cpp1612 atomics.emitCopyIntoMemory(RValue::getComplex(value)); in EmitAtomicInit()
DCGObjCGNU.cpp1463 msgRet = RValue::getComplex(phi, phi2); in GenerateMessageSend()
DCGCall.cpp3437 return RValue::getComplex(std::make_pair(Real, Imag)); in EmitCall()
DCGObjCMac.cpp1668 return RValue::getComplex(real, imag); in complete()
DCGBuiltin.cpp303 return RValue::getComplex(std::make_pair(Real, Imag)); in EmitBuiltinExpr()