Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64ISelDAGToDAG.cpp2668 static SDValue getLeftShift(SelectionDAG *CurDAG, SDValue Op, int ShlAmount) { in getLeftShift() function
2826 Src = getLeftShift(CurDAG, ShlOp0, ShlImm - DstLSB); in isBitfieldPositioningOpFromAnd()
2892 Src = getLeftShift(CurDAG, Op.getOperand(0), ShlImm - DstLSB); in isBitfieldPositioningOpFromShl()