Home | History | Annotate | Download | only in VMCore

Lines Matching refs:Result

250   PossibleRelocationsTy Result = NoRelocation;
252 Result = std::max(Result,
255 return Result;
1031 std::string Result;
1032 Result.reserve(len);
1034 Result.push_back((char)cast<ConstantInt>(U->getOperand(i))->getZExtValue());
1035 return Result;
1601 // Get the result type of the getelementptr!