Home | History | Annotate | Download | only in Scalar

Lines Matching refs:Result

426 /// the result will be used in a context where the most significant bits are
528 int64_t Result = ExtractImmediate(NewOps.front(), SE);
529 if (Result != 0)
531 return Result;
534 int64_t Result = ExtractImmediate(NewOps.front(), SE);
535 if (Result != 0)
539 return Result;
555 GlobalValue *Result = ExtractSymbol(NewOps.back(), SE);
556 if (Result)
558 return Result;
561 GlobalValue *Result = ExtractSymbol(NewOps.front(), SE);
562 if (Result)
566 return Result;
950 unsigned Result = 0;
953 Result ^= DenseMapInfo<const SCEV *>::getHashValue(*I);
954 return Result;
1270 unsigned Result = DenseMapInfo<const SCEV *>::getHashValue(V.first);
1271 Result ^= DenseMapInfo<unsigned>::getHashValue(unsigned(V.second));
1272 return Result;
2077 // to keep the result normalized.
3373 /// dominated by the operands and which will dominate the result.
3435 // which will dominate the result.