Searched refs:getComplex (Results 1 – 12 of 12) sorted by relevance
/external/clang/test/CodeGen/ |
D | conditional-gnu-ext.c | 24 _Complex int getComplex(_Complex int val) { in getComplex() function 35 return getComplex(1+2i) ? : rhs; in complx()
|
/external/clang/test/CodeGenCXX/ |
D | conditional-gnu-ext.cpp | 27 _Complex int getComplex(_Complex int val) { in getComplex() function 38 return getComplex(1+2i) ? : rhs; in cmplx()
|
/external/clang/lib/CodeGen/ |
D | CGValue.h | 92 static RValue getComplex(llvm::Value *V1, llvm::Value *V2) { in getComplex() function 100 static RValue getComplex(const std::pair<llvm::Value *, llvm::Value *> &C) { in getComplex() function 101 return getComplex(C.first, C.second); in getComplex()
|
D | CGExprComplex.cpp | 348 return CGF.EmitAtomicStore(RValue::getComplex(Val), lvalue, isInit); in EmitStoreOfComplex() 881 Val = RValue::getComplex(ResVal); in EmitCompoundAssignLValue()
|
D | CGCleanup.cpp | 106 return RValue::getComplex(real, imag); in restore()
|
D | CGExpr.cpp | 147 return RValue::getComplex(EmitComplexExpr(E, ignoreResult, ignoreResult)); in EmitAnyExpr() 912 return RValue::getComplex(std::make_pair(U, U)); in GetUndefRValue() 3716 return RValue::getComplex(EmitLoadOfComplex(FieldLV, Loc)); in EmitRValueForField() 4162 return RValue::getComplex(EmitLoadOfComplex(lvalue, loc)); in convertTempToRValue()
|
D | CGStmtOpenMP.cpp | 433 RValue::getComplex(CGF.EmitLoadOfComplex(LV, SourceLocation())); in emitInitWithReductionInitializer() 3050 return RValue::getComplex(Res.first, Res.second); in convertToType()
|
D | CGAtomic.cpp | 1828 atomics.emitCopyIntoMemory(RValue::getComplex(value)); in EmitAtomicInit()
|
D | CGObjCGNU.cpp | 1508 msgRet = RValue::getComplex(phi, phi2); in GenerateMessageSend()
|
D | CGCall.cpp | 4066 return RValue::getComplex(std::make_pair(Real, Imag)); in EmitCall()
|
D | CGObjCMac.cpp | 1671 return RValue::getComplex(real, imag); in complete()
|
D | CGBuiltin.cpp | 590 return RValue::getComplex(std::make_pair(Real, Imag)); in EmitBuiltinExpr()
|