Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/test/CodeGen/
H A Dconditional-gnu-ext.c24 _Complex int getComplex(_Complex int val) { in getComplex() function
35 return getComplex(1+2i) ? : rhs; in complx()
/minix3/external/bsd/llvm/dist/clang/test/CodeGenCXX/
H A Dconditional-gnu-ext.cpp27 _Complex int getComplex(_Complex int val) { in getComplex() function
38 return getComplex(1+2i) ? : rhs; in cmplx()
/minix3/external/bsd/llvm/dist/clang/lib/CodeGen/
H A DCGValue.h77 static RValue getComplex(llvm::Value *V1, llvm::Value *V2) { in getComplex() function
85 static RValue getComplex(const std::pair<llvm::Value *, llvm::Value *> &C) { in getComplex() function
86 return getComplex(C.first, C.second); in getComplex()
H A DCGExprComplex.cpp339 return CGF.EmitAtomicStore(RValue::getComplex(Val), lvalue, isInit); in EmitStoreOfComplex()
868 Val = RValue::getComplex(ResVal); in EmitCompoundAssignLValue()
H A DCGExpr.cpp125 return RValue::getComplex(EmitComplexExpr(E, ignoreResult, ignoreResult)); in EmitAnyExpr()
752 return RValue::getComplex(std::make_pair(U, U)); in GetUndefRValue()
3047 return RValue::getComplex(EmitLoadOfComplex(FieldLV, Loc)); in EmitRValueForField()
3451 return RValue::getComplex(EmitLoadOfComplex(lvalue, loc)); in convertTempToRValue()
H A DCGCleanup.cpp88 return RValue::getComplex(real, imag); in restore()
H A DCGAtomic.cpp1223 atomics.emitCopyIntoMemory(RValue::getComplex(value), dest); in EmitAtomicInit()
H A DCGObjCGNU.cpp1456 msgRet = RValue::getComplex(phi, phi2); in GenerateMessageSend()
H A DCGCall.cpp3379 return RValue::getComplex(std::make_pair(Real, Imag)); in EmitCall()
H A DCGObjCMac.cpp1671 return RValue::getComplex(real, imag); in complete()
H A DCGBuiltin.cpp279 return RValue::getComplex(std::make_pair(Real, Imag)); in EmitBuiltinExpr()