HomeSort by relevance Sort by last modified time
    Searched refs:getComplexVal (Results 1 - 9 of 9) sorted by null

  /external/clang/lib/CodeGen/
CGExprComplex.cpp 134 return CGF.EmitObjCMessageExpr(E).getComplexVal();
141 return CGF.getOpaqueRValueMapping(E).getComplexVal();
145 return CGF.EmitPseudoObjectRValue(E).getComplexVal();
292 return CGF.EmitAtomicExpr(E).getComplexVal();
307 return CGF.EmitAtomicLoad(lvalue, loc).getComplexVal();
383 return CGF.EmitCallExpr(E).getComplexVal();
601 return Res.getComplexVal();
    [all...]
CGValue.h 59 /// getComplexVal - Return the real/imag components of this complex value.
61 std::pair<llvm::Value *, llvm::Value *> getComplexVal() const {
CGStmtOpenMP.cpp     [all...]
CGCleanup.cpp 50 CodeGenFunction::ComplexPairTy V = rv.getComplexVal();
    [all...]
CGCall.cpp 807 ComplexPairTy CV = RV.getComplexVal();
    [all...]
CGAtomic.cpp     [all...]
CGStmt.cpp     [all...]
CGObjCGNU.cpp     [all...]
CGObjCMac.cpp     [all...]

Completed in 4088 milliseconds