Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineInternal.h237 Constant *getLosslessSignedTrunc(Constant *C, Type *TruncTy) { in getLosslessSignedTrunc() function
H A DInstCombineCalls.cpp1746 if (Constant *NarrowC = getLosslessSignedTrunc(C, X->getType())) { in visitCallInst()
H A DInstCombineAndOrXor.cpp1732 if (Constant *TruncC = IC.getLosslessSignedTrunc(C, SrcTy)) { in foldLogicCastConstant()