Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/
DSystemZISelLowering.cpp5561 if (auto *IndexN = dyn_cast<ConstantSDNode>(Op.getOperand(1))) { in combineTruncateExtract() local
5571 unsigned NewIndex = (IndexN->getZExtValue() + 1) * Scale - 1; in combineTruncateExtract()
5895 if (auto *IndexN = dyn_cast<ConstantSDNode>(N->getOperand(1))) { in combineEXTRACT_VECTOR_ELT() local
5899 IndexN->getZExtValue(), DCI, false); in combineEXTRACT_VECTOR_ELT()