Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
DInstCombineSelect.cpp959 Type *SelTy = Sel.getType(); in adjustMinMax() local
960 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()
/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
DCGDebugInfo.h71 llvm::DIType *SelTy = nullptr; variable
DCGDebugInfo.cpp675 if (!SelTy) in CreateType()
676 SelTy = DBuilder.createForwardDecl(llvm::dwarf::DW_TAG_structure_type, in CreateType()
679 return SelTy; in CreateType()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
DMachineVerifier.cpp1190 LLT SelTy = MRI->getType(MI->getOperand(0).getReg()); in verifyPreISelGenericInstruction() local
1192 if (!SelTy.isValid() || !CondTy.isValid()) in verifyPreISelGenericInstruction()
1197 verifyVectorElementMatch(SelTy, CondTy, MI); in verifyPreISelGenericInstruction()