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

  /external/clang/lib/CodeGen/
CGExprComplex.cpp 128 return CGF.EmitObjCMessageExpr(E).getComplexVal();
135 return CGF.getOpaqueRValueMapping(E).getComplexVal();
139 return CGF.EmitPseudoObjectRValue(E).getComplexVal();
283 return CGF.EmitAtomicExpr(E).getComplexVal();
297 return CGF.EmitAtomicLoad(lvalue).getComplexVal();
373 return CGF.EmitCallExpr(E).getComplexVal();
690 return Val.getComplexVal();
694 return Val.getComplexVal();
    [all...]
CGValue.h 58 /// getComplexVal - Return the real/imag components of this complex value.
60 std::pair<llvm::Value *, llvm::Value *> getComplexVal() const {
CGCleanup.cpp 50 CodeGenFunction::ComplexPairTy V = rv.getComplexVal();
    [all...]
CGAtomic.cpp 851 CGF.EmitStoreOfComplex(rvalue.getComplexVal(), dest, /*init*/ true);
    [all...]
CGCall.cpp     [all...]
CGStmt.cpp 785 EmitStoreOfComplex(RV.getComplexVal(),
    [all...]
CGObjCGNU.cpp     [all...]
CGObjCMac.cpp     [all...]

Completed in 704 milliseconds