Searched refs:getIConstantSplatSExtVal (Results 1 – 4 of 4) sorted by relevance
413 std::optional<int64_t> getIConstantSplatSExtVal(const Register Reg,418 std::optional<int64_t> getIConstantSplatSExtVal(const MachineInstr &MI,
113 return getIConstantSplatSExtVal(Reg, MRI); in matchConstantSplat()
1281 llvm::getIConstantSplatSExtVal(const Register Reg, in getIConstantSplatSExtVal() function in llvm1290 llvm::getIConstantSplatSExtVal(const MachineInstr &MI, in getIConstantSplatSExtVal() function in llvm1292 return getIConstantSplatSExtVal(MI.getOperand(0).getReg(), MRI); in getIConstantSplatSExtVal()1320 if (auto Splat = getIConstantSplatSExtVal(MI, MRI)) in getVectorSplat()1391 auto MaybeCst = getIConstantSplatSExtVal(MI, MRI); in isConstantOrConstantSplatVector()
3311 auto MaybeCst = getIConstantSplatSExtVal(*CstDef, MRI); in matchNotCmp()