Lines Matching defs:Result
199 // The size of the malloc's result type must be known to determine array size.
239 /// 1: PointerType is the bitcast's result type.
271 /// 1: PointerType is the bitcast's result type.
571 SizeOffsetEvalType Result = compute_(V);
573 if (!bothKnown(Result)) {
586 return Result;
614 SizeOffsetEvalType Result;
616 Result = visitGEPOperator(*GEP);
618 Result = visit(*I);
624 Result = unknown();
628 Result = unknown();
635 CacheMap[V] = Result;
636 return Result;