Lines Matching defs:compute
282 // Therefore we can compute the result by using distributivity and
712 static bool compute(Value *V, VectorInfo &Result, const DataLayout &DL) {
725 /// BitCastInst specialization to compute the vector information.
754 if (!compute(Op, Old, DL))
775 /// ShuffleVectorInst specialization to compute vector information.
793 if (!compute(SVI->getOperand(0), LHS, DL))
798 if (!compute(SVI->getOperand(1), RHS, DL))
860 /// LoadInst specialization to compute vector information.
902 /// Recursively compute polynomial of a value.
942 /// Recursively compute polynomial of a value
991 // Check if we can compute the Offset with accumulateConstantOffset