Lines Matching refs:CondTy
6357 LLT CondTy = MRI.getType(Select->getCondReg()); in tryFoldSelectOfConstants() local
6361 if (CondTy != LLT::scalar(1)) in tryFoldSelectOfConstants()
6398 Register Inner = MRI.createGenericVirtualRegister(CondTy); in tryFoldSelectOfConstants()
6409 Register Inner = MRI.createGenericVirtualRegister(CondTy); in tryFoldSelectOfConstants()
6466 Register Not = MRI.createGenericVirtualRegister(CondTy); in tryFoldSelectOfConstants()
6486 LLT CondTy = MRI.getType(Select->getCondReg()); in tryFoldBoolSelectToLogic() local
6490 if (CondTy.isScalableVector() || in tryFoldBoolSelectToLogic()
6491 (CondTy.isFixedVector() && in tryFoldBoolSelectToLogic()
6492 CondTy.getElementType().getScalarSizeInBits() != 1) || in tryFoldBoolSelectToLogic()
6493 CondTy.getScalarSizeInBits() != 1) in tryFoldBoolSelectToLogic()
6496 if (CondTy != TrueTy) in tryFoldBoolSelectToLogic()
6528 Register Inner = MRI.createGenericVirtualRegister(CondTy); in tryFoldBoolSelectToLogic()
6543 Register Inner = MRI.createGenericVirtualRegister(CondTy); in tryFoldBoolSelectToLogic()