Searched refs:callResult (Results 1 – 1 of 1) sorted by relevance
1815 CodeGenFunction::ComplexPairTy callResult = result.getComplexVal(); in complete() local1818 llvm::Type *scalarTy = callResult.first->getType(); in complete()1823 real->addIncoming(callResult.first, callBB); in complete()1826 imag->addIncoming(callResult.second, callBB); in complete()