Searched refs:MaskWidth (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/Target/AArch64/
H A DAArch64ISelDAGToDAG.cpp1782 int &MaskWidth) {
1812 MaskWidth = CountTrailingOnes_64(NonZeroBits >> ShiftAmount);
1780 isBitfieldPositioningOp(SelectionDAG *CurDAG, SDValue Op, SDValue &Src, int &ShiftAmount, int &MaskWidth) argument
/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp2113 unsigned MaskWidth = CVal.logBase2(); local
2114 if (MaskWidth == MulWidth)

Completed in 99 milliseconds