Home
last modified time | relevance | path

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

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