Searched refs:PassthruSplatVal (Results 1 – 2 of 2) sorted by relevance
8588 std::optional<APInt> PassthruSplatVal = in lowerVECTOR_COMPRESS() local8591 if (PassthruSplatVal.has_value()) { in lowerVECTOR_COMPRESS()8593 MIRBuilder.buildConstant(ValTy, PassthruSplatVal.value()).getReg(0); in lowerVECTOR_COMPRESS()
11958 APInt PassthruSplatVal; in expandVECTOR_COMPRESS() local11960 ISD::isConstantSplatVector(Passthru.getNode(), PassthruSplatVal); in expandVECTOR_COMPRESS()11966 LastWriteVal = DAG.getConstant(PassthruSplatVal, DL, ScalarVT); in expandVECTOR_COMPRESS()