Home
last modified time | relevance | path

Searched defs:TruncTy (Results 1 – 12 of 12) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DCorrelatedValuePropagation.cpp740 auto *TruncTy = Type::getIntNTy(Instr->getContext(), NewWidth); in narrowSDivOrSRem() local
851 auto *TruncTy = Type::getIntNTy(Instr->getContext(), NewWidth); in narrowUDivOrURem() local
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DTypePromotion.cpp520 auto InsertTrunc = [&](Value *V, Type *TruncTy) -> Instruction * { in TruncateSinks()
H A DCodeGenPrepare.cpp6665 Type *TruncTy = Type::getIntNTy(Ctx, ActiveBits); in optimizeLoadExt() local
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/
H A DScalarEvolutionExpander.cpp1200 Type *&TruncTy, in getAddRecExprPHILiterally()
1435 Type *TruncTy = nullptr; in expandAddRecExprLiterally() local
/openbsd-src/gnu/llvm/llvm/lib/Target/Hexagon/
H A DHexagonISelLowering.cpp3457 EVT TruncTy = Op.getValueType(); in PerformDAGCombine() local
3498 MVT TruncTy = ty(Op); in PerformDAGCombine() local
H A DHexagonLoopIdiomRecognition.cpp1054 IntegerType *TruncTy = cast<IntegerType>(OrigTy); in promoteTo() local
H A DHexagonISelLoweringHVX.cpp3495 EVT TruncTy = Op.getValueType(); in combineTruncateBeforeLegal() local
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGStmt.cpp2753 llvm::Type *TruncTy = ResultTruncRegTypes[i]; in EmitAsmStmt() local
/openbsd-src/gnu/llvm/llvm/lib/Transforms/InstCombine/
H A DInstCombineAndOrXor.cpp1038 Type *TruncTy = V->getType()->getWithNewBitWidth(P.NumBits); in extractIntPart() local
H A DInstCombineCompares.cpp2194 Type *TruncTy = IntegerType::get(Cmp.getContext(), TypeBits - Amt); in foldICmpShlConstant() local
/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DScalarEvolution.cpp3413 Type *TruncTy = in getURemExpr() local
5473 Type *TruncTy = nullptr; in createAddRecFromPHIWithCastsImpl() local
7908 Type *TruncTy = IntegerType::get(getContext(), BitWidth - AShrAmt); in createSCEV() local
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp2269 static LLT getMidVTForTruncRightShiftCombine(LLT ShiftTy, LLT TruncTy) { in getMidVTForTruncRightShiftCombine()