Searched refs:IndexNode (Results 1 – 1 of 1) sorted by relevance
2194 auto *IndexNode = dyn_cast<ConstantSDNode>(Extract.getOperand(1)); in performVectorExtendCombine() local2195 if (IndexNode == nullptr) in performVectorExtendCombine()2197 auto Index = IndexNode->getZExtValue(); in performVectorExtendCombine()2286 auto IndexNode = dyn_cast<ConstantSDNode>(N->getOperand(1)); in performVectorConvertLowCombine() local2287 if (IndexNode == nullptr || IndexNode->getZExtValue() != 0) in performVectorConvertLowCombine()2335 auto *IndexNode = dyn_cast<ConstantSDNode>(Extract.getOperand(1)); in performVectorConvertLowCombine() local2336 if (IndexNode == nullptr || IndexNode->getZExtValue() != 0) in performVectorConvertLowCombine()