HomeSort by: relevance | last modified time | path
    Searched refs:getComplex (Results 1 - 11 of 11) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGValue.h 93 static RValue getComplex(llvm::Value *V1, llvm::Value *V2) {
101 static RValue getComplex(const std::pair<llvm::Value *, llvm::Value *> &C) {
102 return getComplex(C.first, C.second);
CGExprComplex.cpp 379 return CGF.EmitAtomicStore(RValue::getComplex(Val), lvalue, isInit);
957 Val = RValue::getComplex(ResVal);
CGCleanup.cpp 98 return RValue::getComplex(real, imag);
CGExpr.cpp 221 return RValue::getComplex(EmitComplexExpr(E, ignoreResult, ignoreResult));
1195 return RValue::getComplex(std::make_pair(U, U));
4819 return RValue::getComplex(EmitLoadOfComplex(FieldLV, Loc));
5346 return RValue::getComplex(EmitLoadOfComplex(lvalue, loc));
CGAtomic.cpp 2104 atomics.emitCopyIntoMemory(RValue::getComplex(value));
CGObjCGNU.cpp 2774 msgRet = RValue::getComplex(phi, phi2);
CGCall.cpp 5428 return RValue::getComplex(std::make_pair(Real, Imag));
CGObjCMac.cpp 1844 return RValue::getComplex(real, imag);
CGStmtOpenMP.cpp 5623 return RValue::getComplex(Res.first, Res.second);
CGBuiltin.cpp 2564 return RValue::getComplex({Real, Imag});
2576 return RValue::getComplex(std::make_pair(Real, Imag));
CGOpenMPRuntime.cpp 657 RValue::getComplex(CGF.EmitLoadOfComplex(LV, DRD->getLocation()));

Completed in 51 milliseconds