Home | History | Annotate | Download | only in InstCombine

Lines Matching full:arrayref

499 static bool CanEvaluateShuffled(Value *V, ArrayRef<int> Mask,
575 static Value *BuildNew(Instruction *I, ArrayRef<Value*> NewOps) {
639 ArrayRef<Value*> Idx = NewOps.slice(1);
649 InstCombiner::EvaluateInDifferentElementOrder(Value *V, ArrayRef<int> Mask) {