Lines Matching defs:compute
578 // Utility functions to compute size of objects.
595 SizeOffsetAPInt Data = Visitor.compute(const_cast<Value *>(Ptr));
645 SizeOffsetValue SizeOffsetPair = Eval.compute(ObjectSize->getArgOperand(0));
701 SizeOffsetAPInt ObjectSizeOffsetVisitor::compute(Value *V) {
771 LLVM_DEBUG(dbgs() << "ObjectSizeOffsetVisitor::compute() unhandled value: "
906 return Unknown(); // No handling of non-pointer values by `compute`.
1052 // IntTy and Zero must be set for each compute() since the address space may
1056 SizeOffsetValue ObjectSizeOffsetEvaluator::compute(Value *V) {
1088 SizeOffsetAPInt Const = Visitor.compute(V);
1106 // Now compute the size and offset.
1127 dbgs() << "ObjectSizeOffsetEvaluator::compute() unhandled value: " << *V