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
68
static bool
isShiftedMask
(uint64_t I, uint64_t &Pos, uint64_t &Size) {
589
!
isShiftedMask
(CN->getZExtValue(), SMPos, SMSize))
622
!
isShiftedMask
(~CN->getSExtValue(), SMPos0, SMSize0))
630
!
isShiftedMask
(CN->getZExtValue(), SMPos1, SMSize1))
[
all
...]
/external/llvm/lib/Transforms/InstCombine/
InstCombineAndOrXor.cpp
321
if (!APIntOps::
isShiftedMask
(BitWidth, V)) return false;
[
all
...]
Completed in 39 milliseconds