Searched refs:SelTy (Results 1 – 4 of 4) sorted by relevance
959 Type *SelTy = Sel.getType(); in adjustMinMax() local960 auto *SelEltTy = dyn_cast<IntegerType>(SelTy->getScalarType()); in adjustMinMax()961 if (!SelEltTy || SelTy->isVectorTy() != Cmp.getType()->isVectorTy()) in adjustMinMax()982 Constant *SextRHS = ConstantExpr::getSExt(AdjustedRHS, SelTy); in adjustMinMax()996 Constant *ZextRHS = ConstantExpr::getZExt(AdjustedRHS, SelTy); in adjustMinMax()
71 llvm::DIType *SelTy = nullptr; variable
675 if (!SelTy) in CreateType()676 SelTy = DBuilder.createForwardDecl(llvm::dwarf::DW_TAG_structure_type, in CreateType()679 return SelTy; in CreateType()
1190 LLT SelTy = MRI->getType(MI->getOperand(0).getReg()); in verifyPreISelGenericInstruction() local1192 if (!SelTy.isValid() || !CondTy.isValid()) in verifyPreISelGenericInstruction()1197 verifyVectorElementMatch(SelTy, CondTy, MI); in verifyPreISelGenericInstruction()