Searched refs:IEIdx (Results 1 – 2 of 2) sorted by relevance
651 if (const auto *IEIdx = dyn_cast<ConstantInt>(CE->getOperand(2))) { in ConstantFoldExtractElementInstruction() local652 if (APSInt::isSameValue(APSInt(IEIdx->getValue()), in ConstantFoldExtractElementInstruction()
10019 int IEIdx = *getInsertIndex(IEBase); in vectorizeTree() local10022 Mask[IEIdx] = IEIdx; in vectorizeTree()