Searched refs:SelTy (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineSelect.cpp947 Type *SelTy = Sel.getType();
948 auto *SelEltTy = dyn_cast<IntegerType>(SelTy->getScalarType());
949 if (!SelEltTy || SelTy->isVectorTy() != Cmp.getType()->isVectorTy())
970 Constant *SextRHS = ConstantExpr::getSExt(AdjustedRHS, SelTy);
984 Constant *ZextRHS = ConstantExpr::getZExt(AdjustedRHS, SelTy);
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.h71 llvm::DIType *SelTy = nullptr; member in class:clang::DynamicInitKind::CGDebugInfo
H A DCGDebugInfo.cpp696 if (!SelTy)
697 SelTy = DBuilder.createForwardDecl(llvm::dwarf::DW_TAG_structure_type,
700 return SelTy;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineVerifier.cpp1135 LLT SelTy = MRI->getType(MI->getOperand(0).getReg()); local
1137 if (!SelTy.isValid() || !CondTy.isValid())
1142 verifyVectorElementMatch(SelTy, CondTy, MI);

Completed in 96 milliseconds