Searched refs:getComplex (Results 1 – 11 of 11) sorted by relevance
| /minix3/external/bsd/llvm/dist/clang/test/CodeGen/ |
| H A D | conditional-gnu-ext.c | 24 _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 D | conditional-gnu-ext.cpp | 27 _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 D | CGValue.h | 77 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 D | CGExprComplex.cpp | 339 return CGF.EmitAtomicStore(RValue::getComplex(Val), lvalue, isInit); in EmitStoreOfComplex() 868 Val = RValue::getComplex(ResVal); in EmitCompoundAssignLValue()
|
| H A D | CGExpr.cpp | 125 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 D | CGCleanup.cpp | 88 return RValue::getComplex(real, imag); in restore()
|
| H A D | CGAtomic.cpp | 1223 atomics.emitCopyIntoMemory(RValue::getComplex(value), dest); in EmitAtomicInit()
|
| H A D | CGObjCGNU.cpp | 1456 msgRet = RValue::getComplex(phi, phi2); in GenerateMessageSend()
|
| H A D | CGCall.cpp | 3379 return RValue::getComplex(std::make_pair(Real, Imag)); in EmitCall()
|
| H A D | CGObjCMac.cpp | 1671 return RValue::getComplex(real, imag); in complete()
|
| H A D | CGBuiltin.cpp | 279 return RValue::getComplex(std::make_pair(Real, Imag)); in EmitBuiltinExpr()
|