Searched refs:PassthruSplatVal (Results 1 – 2 of 2) sorted by relevance
7667 std::optional<APInt> PassthruSplatVal = in lowerVECTOR_COMPRESS() local7670 if (PassthruSplatVal.has_value()) { in lowerVECTOR_COMPRESS()7672 MIRBuilder.buildConstant(ValTy, PassthruSplatVal.value()).getReg(0); in lowerVECTOR_COMPRESS()
11468 APInt PassthruSplatVal; in expandVECTOR_COMPRESS() local11470 ISD::isConstantSplatVector(Passthru.getNode(), PassthruSplatVal); in expandVECTOR_COMPRESS()11476 LastWriteVal = DAG.getConstant(PassthruSplatVal, DL, ScalarVT); in expandVECTOR_COMPRESS()