Lines Matching full:callresult
1658 CodeGenFunction::ComplexPairTy callResult = result.getComplexVal();1661 llvm::Type *scalarTy = callResult.first->getType();1666 real->addIncoming(callResult.first, callBB);1669 imag->addIncoming(callResult.second, callBB);