Home
last modified time | relevance | path

Searched refs:MaskLoBits (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp5340 unsigned MaskLoBits = 0; in matchRotateSub() local
5349 MaskLoBits = Bits; in matchRotateSub()
5364 if (MaskLoBits && Pos.getOpcode() == ISD::AND) { in matchRotateSub()
5368 if (PosC->getAPIntValue().getActiveBits() <= MaskLoBits && in matchRotateSub()
5370 MaskLoBits)) in matchRotateSub()
5406 if (MaskLoBits) in matchRotateSub()
5408 return Width.getLoBits(MaskLoBits) == 0; in matchRotateSub()
/external/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp3928 unsigned MaskLoBits = 0; in matchRotateSub() local
3933 MaskLoBits = Log2_64(EltSize); in matchRotateSub()
3948 if (MaskLoBits && Pos.getOpcode() == ISD::AND) in matchRotateSub()
3984 if (MaskLoBits) in matchRotateSub()
3986 return Width.getLoBits(MaskLoBits) == 0; in matchRotateSub()