Lines Matching refs:Result
183 // If the result of the constantexpr isn't pointer type, then we won't
843 /// variable, and transforms the program as if it always contained the result of
844 /// the specified malloc. Because it is always the result of the specified
1184 Value *Result;
1188 Result = new LoadInst(GetHeapSROAValue(LI->getOperand(0), FieldNo,
1202 Result = NewPN;
1206 Result = 0;
1209 return FieldVals[FieldNo] = Result;
1340 // fails. In the original code, malloc failing would set the result pointer
1988 std::vector<Function*> Result;
1989 Result.reserve(CA->getNumOperands());
1992 Result.push_back(dyn_cast<Function>(CS->getOperand(1)));
1994 return Result;
2582 // We succeeded at evaluation: commit the result.