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