OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isShiftedMask
(Results
1 - 3
of
3
) sorted by null
/external/llvm/include/llvm/ADT/
APInt.h
[
all
...]
/external/llvm/lib/Target/Mips/
MipsISelLowering.cpp
76
static bool
isShiftedMask
(uint64_t I, uint64_t &Pos, uint64_t &Size) {
643
!
isShiftedMask
(CN->getZExtValue(), SMPos, SMSize))
676
!
isShiftedMask
(~CN->getSExtValue(), SMPos0, SMSize0))
684
!
isShiftedMask
(CN->getZExtValue(), SMPos1, SMSize1))
[
all
...]
/external/llvm/lib/Transforms/InstCombine/
InstCombineAndOrXor.cpp
313
if (!APIntOps::
isShiftedMask
(BitWidth, V)) return false;
[
all
...]
Completed in 176 milliseconds