Home
last modified time | relevance | path

Searched refs:getLosslessSignedTrunc (Results 1 – 3 of 3) sorted by relevance

/freebsd-14-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
HDInstCombineInternal.h237 Constant *getLosslessSignedTrunc(Constant *C, Type *TruncTy) { in getLosslessSignedTrunc() function
HDInstCombineCalls.cpp1748 if (Constant *NarrowC = getLosslessSignedTrunc(C, X->getType())) { in visitCallInst()
HDInstCombineAndOrXor.cpp1732 if (Constant *TruncC = IC.getLosslessSignedTrunc(C, SrcTy)) { in foldLogicCastConstant()