Lines Matching refs:CondTy
6687 LLT CondTy = MRI.getType(Select->getCondReg()); in tryFoldSelectOfConstants() local
6691 if (CondTy != LLT::scalar(1)) in tryFoldSelectOfConstants()
6731 Register Inner = MRI.createGenericVirtualRegister(CondTy); in tryFoldSelectOfConstants()
6742 Register Inner = MRI.createGenericVirtualRegister(CondTy); in tryFoldSelectOfConstants()
6799 Register Not = MRI.createGenericVirtualRegister(CondTy); in tryFoldSelectOfConstants()
6819 LLT CondTy = MRI.getType(Select->getCondReg()); in tryFoldBoolSelectToLogic() local
6823 if (CondTy.isScalableVector() || in tryFoldBoolSelectToLogic()
6824 (CondTy.isFixedVector() && in tryFoldBoolSelectToLogic()
6825 CondTy.getElementType().getScalarSizeInBits() != 1) || in tryFoldBoolSelectToLogic()
6826 CondTy.getScalarSizeInBits() != 1) in tryFoldBoolSelectToLogic()
6829 if (CondTy != TrueTy) in tryFoldBoolSelectToLogic()
6863 Register Inner = MRI.createGenericVirtualRegister(CondTy); in tryFoldBoolSelectToLogic()
6879 Register Inner = MRI.createGenericVirtualRegister(CondTy); in tryFoldBoolSelectToLogic()