Home
last modified time | relevance | path

Searched refs:ConstIdx (Results 1 – 3 of 3) sorted by relevance

/external/llvm/include/llvm/Analysis/
DTargetTransformInfoImpl.h457 const ConstantInt *ConstIdx = dyn_cast<ConstantInt>(*I); in getGEPCost() local
458 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()
/external/llvm/lib/Transforms/Scalar/
DStraightLineStrengthReduce.cpp269 ConstantInt *ConstIdx = dyn_cast<ConstantInt>(*I); in hasOnlyOneNonZeroIndex() local
270 if (ConstIdx == nullptr || !ConstIdx->isZero()) in hasOnlyOneNonZeroIndex()
/external/llvm/lib/CodeGen/SelectionDAG/
DLegalizeVectorTypes.cpp864 if (ConstantSDNode *ConstIdx = dyn_cast<ConstantSDNode>(Idx)) { in SplitVecRes_INSERT_SUBVECTOR() local
865 unsigned IdxVal = ConstIdx->getZExtValue(); in SplitVecRes_INSERT_SUBVECTOR()