Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.h747 unsigned KeptBits) const override { in shouldTransformSignedTruncationCheck()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86ISelLowering.h1040 unsigned KeptBits) const override { in shouldTransformSignedTruncationCheck()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp3493 const APInt KeptBits = BitWidth - MaskedBits; in foldICmpWithTruncSignExtendedVal() local
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DTargetLowering.h726 unsigned KeptBits) const { in shouldTransformSignedTruncationCheck()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp3271 const unsigned KeptBits = I1.logBase2(); in optimizeSetCCOfSignedTruncationCheck() local