Searched refs:ConstIdx (Results 1 – 3 of 3) sorted by relevance
773 const ConstantInt *ConstIdx = dyn_cast<ConstantInt>(*I); in getGEPCost() local774 if (!ConstIdx) in getGEPCost()776 ConstIdx = dyn_cast<ConstantInt>(Splat); in getGEPCost()779 assert(ConstIdx && "Unexpected GEP index"); in getGEPCost()780 uint64_t Field = ConstIdx->getZExtValue(); in getGEPCost()784 if (ConstIdx) { in getGEPCost()786 ConstIdx->getValue().sextOrTrunc(PtrSizeBits) * ElementSize; in getGEPCost()
305 ConstantInt *ConstIdx = dyn_cast<ConstantInt>(*I); in hasOnlyOneNonZeroIndex() local306 if (ConstIdx == nullptr || !ConstIdx->isZero()) in hasOnlyOneNonZeroIndex()
1142 if (ConstantSDNode *ConstIdx = dyn_cast<ConstantSDNode>(Idx)) { in SplitVecRes_INSERT_SUBVECTOR() local1143 unsigned IdxVal = ConstIdx->getZExtValue(); in SplitVecRes_INSERT_SUBVECTOR()