Home
last modified time | relevance | path

Searched refs:getComplex (Results 1 – 9 of 9) 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.h76 static RValue getComplex(llvm::Value *V1, llvm::Value *V2) { in getComplex() function
84 static RValue getComplex(const std::pair<llvm::Value *, llvm::Value *> &C) { in getComplex() function
85 return getComplex(C.first, C.second); in getComplex()
DCGCall.cpp1618 return args.add(RValue::getComplex(complex), type); in EmitDelegateCallArg()
1858 EltRV = RValue::getComplex(LoadComplexFromAddr(LV.getAddress(), false)); in ExpandTypeToArgs()
2181 return RValue::getComplex(LoadComplexFromAddr(Args[0], false)); in EmitCall()
2199 return RValue::getComplex(std::make_pair(Real, Imag)); in EmitCall()
2241 return RValue::getComplex(LoadComplexFromAddr(DestPtr, false)); in EmitCall()
DCGExpr.cpp118 return RValue::getComplex(EmitComplexExpr(E, ignoreResult, ignoreResult)); in EmitAnyExpr()
654 return RValue::getComplex(std::make_pair(U, U)); in GetUndefRValue()
2550 return RValue::getComplex( in EmitRValueForField()
3007 return RValue::getComplex(CGF.LoadComplexFromAddr(Dest, false)); in ConvertTempToRValue()
DCGCleanup.cpp83 return RValue::getComplex(CGF.LoadComplexFromAddr(Value, false)); in restore()
DCGObjCGNU.cpp1315 msgRet = RValue::getComplex(phi, phi2); in GenerateMessageSend()
DCGBuiltin.cpp245 return RValue::getComplex(std::make_pair(Real, Imag)); in EmitBuiltinExpr()
DCGObjCMac.cpp1524 return RValue::getComplex(PHIReal, PHIImag); in complete()