Lines Matching defs:compute
562 // Utility functions to compute size of objects.
581 SizeOffsetAPInt Data = Visitor.compute(const_cast<Value *>(Ptr));
631 SizeOffsetValue SizeOffsetPair = Eval.compute(ObjectSize->getArgOperand(0));
751 SizeOffsetAPInt ObjectSizeOffsetVisitor::compute(Value *V) {
785 // External Analysis used to compute the Min/Max value of individual Offsets
882 LLVM_DEBUG(dbgs() << "ObjectSizeOffsetVisitor::compute() unhandled value: "
1035 return Unknown(); // No handling of non-pointer values by `compute`.
1185 // IntTy and Zero must be set for each compute() since the address space may
1189 SizeOffsetValue ObjectSizeOffsetEvaluator::compute(Value *V) {
1227 SizeOffsetAPInt Const = Visitor.compute(V);
1245 // Now compute the size and offset.
1266 dbgs() << "ObjectSizeOffsetEvaluator::compute() unhandled value: " << *V