HomeSort by: relevance | last modified time | path
    Searched defs:isShiftedMask (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
APInt.h 522 bool isShiftedMask() const {
  /src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
AArch64ISelDAGToDAG.cpp 2441 static bool isShiftedMask(uint64_t Mask, EVT VT) {
2485 if (!isShiftedMask(Known.Zero.getZExtValue(), VT))
2659 (isShiftedMask(Mask0Imm, VT) || isShiftedMask(Mask1Imm, VT))) {
2664 if (isShiftedMask(Mask0Imm, VT)) {
  /src/external/apache2/llvm/dist/llvm/lib/Target/Mips/
MipsISelLowering.cpp 100 static bool isShiftedMask(uint64_t I, uint64_t &Pos, uint64_t &Size) {
801 !isShiftedMask(CN->getZExtValue(), SMPos, SMSize))
883 !isShiftedMask(~CN->getSExtValue(), SMPos0, SMSize0))
891 !isShiftedMask(CN->getZExtValue(), SMPos1, SMSize1))
1136 !isShiftedMask(CN->getZExtValue(), SMPos, SMSize))

Completed in 36 milliseconds