Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGObjCMac.cpp1658 CodeGenFunction::ComplexPairTy callResult = result.getComplexVal(); in complete() local
1661 llvm::Type *scalarTy = callResult.first->getType(); in complete()
1666 real->addIncoming(callResult.first, callBB); in complete()
1669 imag->addIncoming(callResult.second, callBB); in complete()