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

/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGValue.h93 static RValue getComplex(llvm::Value *V1, llvm::Value *V2) { function in class:clang::CodeGen::RValue
101 static RValue getComplex(const std::pair<llvm::Value *, llvm::Value *> &C) { function in class:clang::CodeGen::RValue
102 return getComplex(C.first, C.second);
H A DCGExprComplex.cpp376 return CGF.EmitAtomicStore(RValue::getComplex(Val), lvalue, isInit);
944 Val = RValue::getComplex(ResVal);
H A DCGCleanup.cpp98 return RValue::getComplex(real, imag);
H A DCGExpr.cpp201 return RValue::getComplex(EmitComplexExpr(E, ignoreResult, ignoreResult));
1156 return RValue::getComplex(std::make_pair(U, U));
4564 return RValue::getComplex(EmitLoadOfComplex(FieldLV, Loc));
5073 return RValue::getComplex(EmitLoadOfComplex(lvalue, loc));
H A DCGAtomic.cpp2075 atomics.emitCopyIntoMemory(RValue::getComplex(value));
H A DCGCall.cpp4574 return RValue::getComplex(std::make_pair(Real, Imag));
H A DCGObjCGNU.cpp2761 msgRet = RValue::getComplex(phi, phi2);
H A DCGStmtOpenMP.cpp4154 return RValue::getComplex(Res.first, Res.second);
H A DCGObjCMac.cpp1835 return RValue::getComplex(real, imag);
H A DCGOpenMPRuntime.cpp843 RValue::getComplex(CGF.EmitLoadOfComplex(LV, DRD->getLocation()));
H A DCGBuiltin.cpp1948 return RValue::getComplex(std::make_pair(Real, Imag));

Completed in 299 milliseconds