Searched defs:KeptBits (Results 1 – 5 of 5) sorted by relevance
/llvm-project/llvm/lib/Target/AArch64/ | ||
H A D | AArch64ISelLowering.h | 890 unsigned KeptBits) const override { in shouldTransformSignedTruncationCheck() argument |
/llvm-project/llvm/lib/Target/X86/ | ||
H A D | X86ISelLowering.h | 1164 shouldTransformSignedTruncationCheck(EVT XVT,unsigned KeptBits) shouldTransformSignedTruncationCheck() argument |
/llvm-project/llvm/lib/Transforms/InstCombine/ | ||
H A D | InstCombineCompares.cpp | 4468 const APInt KeptBits = BitWidth - MaskedBits; foldICmpWithTruncSignExtendedVal() local |
/llvm-project/llvm/include/llvm/CodeGen/ | ||
H A D | TargetLowering.h | 826 shouldTransformSignedTruncationCheck(EVT XVT,unsigned KeptBits) shouldTransformSignedTruncationCheck() argument |
/llvm-project/llvm/lib/CodeGen/SelectionDAG/ | ||
H A D | TargetLowering.cpp | 4130 const unsigned KeptBits = I1.logBase2(); optimizeSetCCOfSignedTruncationCheck() local |