Home | History | Annotate | Download | only in InstCombine

Lines Matching refs:ArrayRef

543   ArrayRef<unsigned int> FirstIndices = I.getIndices();
633 static bool CanEvaluateShuffled(Value *V, ArrayRef<int> Mask,
709 static Value *buildNew(Instruction *I, ArrayRef<Value*> NewOps) {
775 ArrayRef<Value*> Idx = NewOps.slice(1);
786 InstCombiner::EvaluateInDifferentElementOrder(Value *V, ArrayRef<int> Mask) {