Searched refs:getIConstantSplatSExtVal (Results 1 – 4 of 4) sorted by relevance
442 getIConstantSplatSExtVal(const Register Reg, const MachineRegisterInfo &MRI);447 getIConstantSplatSExtVal(const MachineInstr &MI,
122 return getIConstantSplatSExtVal(Reg, MRI); in matchConstantSplat()
1430 llvm::getIConstantSplatSExtVal(const Register Reg, in getIConstantSplatSExtVal() function in llvm1439 llvm::getIConstantSplatSExtVal(const MachineInstr &MI, in getIConstantSplatSExtVal() function in llvm1441 return getIConstantSplatSExtVal(MI.getOperand(0).getReg(), MRI); in getIConstantSplatSExtVal()1469 if (auto Splat = getIConstantSplatSExtVal(MI, MRI)) in getVectorSplat()1540 auto MaybeCst = getIConstantSplatSExtVal(MI, MRI); in isConstantOrConstantSplatVector()
3606 auto MaybeCst = getIConstantSplatSExtVal(*CstDef, MRI); in matchNotCmp()