Searched refs:SelTy (Results 1 – 4 of 4) sorted by relevance
524 Type *SelTy = Type::getInt32Ty(Context); in UpgradeExceptionHandling() local525 Type *LPadSlotTy = StructType::get(ExnTy, SelTy, NULL); in UpgradeExceptionHandling()571 SelSlot = new AllocaInst(SelTy, "sel", Entry->getTerminator()); in UpgradeExceptionHandling()
711 Type *SelTy = Sel.getType(); in adjustMinMax() local712 auto *SelEltTy = dyn_cast<IntegerType>(SelTy->getScalarType()); in adjustMinMax()713 if (!SelEltTy || SelTy->isVectorTy() != Cmp.getType()->isVectorTy()) in adjustMinMax()734 Constant *SextRHS = ConstantExpr::getSExt(AdjustedRHS, SelTy); in adjustMinMax()748 Constant *ZextRHS = ConstantExpr::getZExt(AdjustedRHS, SelTy); in adjustMinMax()
66 llvm::DIType *SelTy = nullptr; variable
511 if (!SelTy) in CreateType()512 SelTy = DBuilder.createForwardDecl(llvm::dwarf::DW_TAG_structure_type, in CreateType()515 return SelTy; in CreateType()