Lines Matching defs:compute
283 // Therefore we can compute the result by using distributivity and
713 static bool compute(Value *V, VectorInfo &Result, const DataLayout &DL) {
726 /// BitCastInst specialization to compute the vector information.
755 if (!compute(Op, Old, DL))
776 /// ShuffleVectorInst specialization to compute vector information.
794 if (!compute(SVI->getOperand(0), LHS, DL))
799 if (!compute(SVI->getOperand(1), RHS, DL))
861 /// LoadInst specialization to compute vector information.
903 /// Recursively compute polynomial of a value.
943 /// Recursively compute polynomial of a value
992 // Check if we can compute the Offset with accumulateConstantOffset