Lines Matching refs:callResult
1664 CodeGenFunction::ComplexPairTy callResult = result.getComplexVal();1667 llvm::Type *scalarTy = callResult.first->getType();1672 real->addIncoming(callResult.first, callBB);1675 imag->addIncoming(callResult.second, callBB);