Searched defs:TruncTy (Results 1 – 12 of 12) sorted by relevance
740 auto *TruncTy = Type::getIntNTy(Instr->getContext(), NewWidth); in narrowSDivOrSRem() local851 auto *TruncTy = Type::getIntNTy(Instr->getContext(), NewWidth); in narrowUDivOrURem() local
520 auto InsertTrunc = [&](Value *V, Type *TruncTy) -> Instruction * { in TruncateSinks()
6665 Type *TruncTy = Type::getIntNTy(Ctx, ActiveBits); in optimizeLoadExt() local
1200 Type *&TruncTy, in getAddRecExprPHILiterally()1435 Type *TruncTy = nullptr; in expandAddRecExprLiterally() local
3457 EVT TruncTy = Op.getValueType(); in PerformDAGCombine() local3498 MVT TruncTy = ty(Op); in PerformDAGCombine() local
1054 IntegerType *TruncTy = cast<IntegerType>(OrigTy); in promoteTo() local
3495 EVT TruncTy = Op.getValueType(); in combineTruncateBeforeLegal() local
2753 llvm::Type *TruncTy = ResultTruncRegTypes[i]; in EmitAsmStmt() local
1038 Type *TruncTy = V->getType()->getWithNewBitWidth(P.NumBits); in extractIntPart() local
2194 Type *TruncTy = IntegerType::get(Cmp.getContext(), TypeBits - Amt); in foldICmpShlConstant() local
3413 Type *TruncTy = in getURemExpr() local5473 Type *TruncTy = nullptr; in createAddRecFromPHIWithCastsImpl() local7908 Type *TruncTy = IntegerType::get(getContext(), BitWidth - AShrAmt); in createSCEV() local
2269 static LLT getMidVTForTruncRightShiftCombine(LLT ShiftTy, LLT TruncTy) { in getMidVTForTruncRightShiftCombine()