Searched refs:IndexNode (Results 1 – 1 of 1) sorted by relevance
2091 auto *IndexNode = dyn_cast<ConstantSDNode>(Extract.getOperand(1)); in performVectorExtendCombine() local2092 if (IndexNode == nullptr) in performVectorExtendCombine()2094 auto Index = IndexNode->getZExtValue(); in performVectorExtendCombine()2150 auto *IndexNode = dyn_cast<ConstantSDNode>(Extract.getOperand(1)); in performVectorConvertLowCombine() local2151 if (IndexNode == nullptr || IndexNode->getZExtValue() != 0) in performVectorConvertLowCombine()2176 auto IndexNode = dyn_cast<ConstantSDNode>(N->getOperand(1)); in performVectorConvertLowCombine() local2177 if (IndexNode == nullptr || IndexNode->getZExtValue() != 0) in performVectorConvertLowCombine()