Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineInternal.h222 getLosslessTrunc(Constant * C,Type * TruncTy,unsigned ExtOp) getLosslessTrunc() argument
231 getLosslessUnsignedTrunc(Constant * C,Type * TruncTy) getLosslessUnsignedTrunc() argument
235 getLosslessSignedTrunc(Constant * C,Type * TruncTy) getLosslessSignedTrunc() argument
H A DInstCombineCompares.cpp1513 Type *TruncTy = Cmp.getOperand(0)->getType(); foldICmpTruncWithTruncOrExt() local
2362 Type *TruncTy = IntegerType::get(Cmp.getContext(), TypeBits - Amt); foldICmpShlConstant() local
H A DInstCombineAndOrXor.cpp1096 Type *TruncTy = V->getType()->getWithNewBitWidth(P.NumBits); extractIntPart() local
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DCorrelatedValuePropagation.cpp712 auto *TruncTy = Type::getIntNTy(Instr->getContext(), NewWidth); narrowSDivOrSRem() local
831 auto *TruncTy = Type::getIntNTy(Instr->getContext(), NewWidth); narrowUDivOrURem() local
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlanTransforms.cpp499 Type *TruncTy = TruncI ? TruncI->getType() : IVTy; createScalarIVSteps() local
827 Type *TruncTy = TypeInfo.inferScalarType(Trunc); simplifyRecipe() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/
H A DTypePromotion.cpp520 __anon0e46b04f0302(Value *V, Type *TruncTy) TruncateSinks() argument
H A DCodeGenPrepare.cpp6821 Type *TruncTy = Type::getIntNTy(Ctx, ActiveBits); optimizeLoadExt() local
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DScalarEvolutionExpander.cpp875 getAddRecExprPHILiterally(const SCEVAddRecExpr * Normalized,const Loop * L,Type * & TruncTy,bool & InvertStep) getAddRecExprPHILiterally() argument
1076 Type *TruncTy = nullptr; expandAddRecExprLiterally() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonISelLowering.cpp3465 EVT TruncTy = Op.getValueType(); PerformDAGCombine() local
3506 MVT TruncTy = ty(Op); PerformDAGCombine() local
H A DHexagonLoopIdiomRecognition.cpp1054 IntegerType *TruncTy = cast<IntegerType>(OrigTy); promoteTo() local
H A DHexagonISelLoweringHVX.cpp3496 EVT TruncTy = Op.getValueType(); in combineTruncateBeforeLegal() local
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmt.cpp2371 llvm::Type *TruncTy = ResultTruncRegTypes[i]; EmitAsmStores() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/Analysis/
H A DScalarEvolution.cpp3406 Type *TruncTy = getURemExpr() local
5514 Type *TruncTy = nullptr; createAddRecFromPHIWithCastsImpl() local
7927 Type *TruncTy = IntegerType::get(getContext(), BitWidth - AShrAmt); createSCEV() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp2489 getMidVTForTruncRightShiftCombine(LLT ShiftTy,LLT TruncTy) getMidVTForTruncRightShiftCombine() argument