Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjCMac.cpp1815 CodeGenFunction::ComplexPairTy callResult = result.getComplexVal(); in complete() local
1818 llvm::Type *scalarTy = callResult.first->getType(); in complete()
1823 real->addIncoming(callResult.first, callBB); in complete()
1826 imag->addIncoming(callResult.second, callBB); in complete()