Home
last modified time | relevance | path

Searched refs:getComplexVal (Results 1 – 8 of 8) sorted by relevance

/minix3/external/bsd/llvm/dist/clang/lib/CodeGen/
H A DCGExprComplex.cpp133 return CGF.EmitObjCMessageExpr(E).getComplexVal(); in VisitObjCMessageExpr()
140 return CGF.getOpaqueRValueMapping(E).getComplexVal(); in VisitOpaqueValueExpr()
144 return CGF.EmitPseudoObjectRValue(E).getComplexVal(); in VisitPseudoObjectExpr()
291 return CGF.EmitAtomicExpr(E).getComplexVal(); in VisitAtomicExpr()
306 return CGF.EmitAtomicLoad(lvalue, loc).getComplexVal(); in EmitLoadOfLValue()
381 return CGF.EmitCallExpr(E).getComplexVal(); in VisitCallExpr()
599 return Res.getComplexVal(); in EmitComplexBinOpLibCall()
888 return Val.getComplexVal(); in EmitCompoundAssign()
892 return Val.getComplexVal(); in EmitCompoundAssign()
H A DCGValue.h60 std::pair<llvm::Value *, llvm::Value *> getComplexVal() const { in getComplexVal() function
H A DCGCleanup.cpp50 CodeGenFunction::ComplexPairTy V = rv.getComplexVal(); in save()
H A DCGAtomic.cpp1039 CGF.EmitStoreOfComplex(rvalue.getComplexVal(), dest, /*init*/ true); in emitCopyIntoMemory()
H A DCGCall.cpp786 ComplexPairTy CV = RV.getComplexVal(); in ExpandTypeToArgs()
2962 CGF.EmitStoreOfComplex(Src.getComplexVal(), Dst, /*init=*/true); in EmitInitStoreOfNonAggregate()
H A DCGStmt.cpp1014 EmitStoreOfComplex(RV.getComplexVal(), in EmitReturnOfRValue()
H A DCGObjCGNU.cpp1447 std::pair<llvm::Value*,llvm::Value*> v = msgRet.getComplexVal(); in GenerateMessageSend()
H A DCGObjCMac.cpp1658 CodeGenFunction::ComplexPairTy callResult = result.getComplexVal(); in complete()