Searched refs:ConstIdx (Results 1 – 6 of 6) sorted by relevance
457 const ConstantInt *ConstIdx = dyn_cast<ConstantInt>(*I); in getGEPCost() local458 if (!ConstIdx) in getGEPCost()460 ConstIdx = dyn_cast<ConstantInt>(Splat); in getGEPCost()463 if (ConstIdx) in getGEPCost()464 BaseOffset += ConstIdx->getSExtValue() * ElementSize; in getGEPCost()475 assert(ConstIdx && "Unexpected GEP index"); in getGEPCost()476 uint64_t Field = ConstIdx->getZExtValue(); in getGEPCost()
727 const ConstantInt *ConstIdx = dyn_cast<ConstantInt>(*I); in getGEPCost() local728 if (!ConstIdx) in getGEPCost()730 ConstIdx = dyn_cast<ConstantInt>(Splat); in getGEPCost()733 assert(ConstIdx && "Unexpected GEP index"); in getGEPCost()734 uint64_t Field = ConstIdx->getZExtValue(); in getGEPCost()738 if (ConstIdx) { in getGEPCost()740 ConstIdx->getValue().sextOrTrunc(PtrSizeBits) * ElementSize; in getGEPCost()
269 ConstantInt *ConstIdx = dyn_cast<ConstantInt>(*I); in hasOnlyOneNonZeroIndex() local270 if (ConstIdx == nullptr || !ConstIdx->isZero()) in hasOnlyOneNonZeroIndex()
305 ConstantInt *ConstIdx = dyn_cast<ConstantInt>(*I); in hasOnlyOneNonZeroIndex() local306 if (ConstIdx == nullptr || !ConstIdx->isZero()) in hasOnlyOneNonZeroIndex()
939 if (ConstantSDNode *ConstIdx = dyn_cast<ConstantSDNode>(Idx)) { in SplitVecRes_INSERT_SUBVECTOR() local940 unsigned IdxVal = ConstIdx->getZExtValue(); in SplitVecRes_INSERT_SUBVECTOR()
864 if (ConstantSDNode *ConstIdx = dyn_cast<ConstantSDNode>(Idx)) { in SplitVecRes_INSERT_SUBVECTOR() local865 unsigned IdxVal = ConstIdx->getZExtValue(); in SplitVecRes_INSERT_SUBVECTOR()