Home
last modified time | relevance | path

Searched refs:getLosslessUnsignedTrunc (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineInternal.h233 Constant *getLosslessUnsignedTrunc(Constant *C, Type *TruncTy) { in getLosslessUnsignedTrunc() function
H A DInstCombineMulDivRem.cpp1491 Constant *TruncC = IC.getLosslessUnsignedTrunc(C, X->getType()); in narrowUDivURem()
1502 Constant *TruncC = IC.getLosslessUnsignedTrunc(C, X->getType()); in narrowUDivURem()
H A DInstCombinePHI.cpp828 Constant *Trunc = getLosslessUnsignedTrunc(C, NarrowType); in foldPHIArgZextsIntoPHI()
H A DInstCombineCalls.cpp1724 if (Constant *NarrowC = getLosslessUnsignedTrunc(C, X->getType())) { in visitCallInst()
H A DInstCombineAndOrXor.cpp1724 if (Constant *TruncC = IC.getLosslessUnsignedTrunc(C, SrcTy)) { in foldLogicCastConstant()