Home
last modified time | relevance | path

Searched defs:KeptBits (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.h890 unsigned KeptBits) const override { in shouldTransformSignedTruncationCheck()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.h1164 unsigned KeptBits) const override { in shouldTransformSignedTruncationCheck()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h827 unsigned KeptBits) const { in shouldTransformSignedTruncationCheck()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp4468 const APInt KeptBits = BitWidth - MaskedBits; in foldICmpWithTruncSignExtendedVal() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp4140 const unsigned KeptBits = I1.logBase2(); in optimizeSetCCOfSignedTruncationCheck() local