Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64ISelDAGToDAG.cpp2994 SDValue &ShiftedOperand, in isWorthFoldingIntoOrrWithShift() argument
3041 ShiftedOperand = SDValue(UBFMNode, 0); in isWorthFoldingIntoOrrWithShift()
3051 ShiftedOperand = Dst.getOperand(0); in isWorthFoldingIntoOrrWithShift()
3058 ShiftedOperand = Dst.getOperand(0); in isWorthFoldingIntoOrrWithShift()
3097 SDValue ShiftedOperand; in tryOrrWithShift() local
3099 if (isWorthFoldingIntoOrrWithShift(Dst, CurDAG, ShiftedOperand, in tryOrrWithShift()
3101 SDValue Ops[] = {OrOpd0, ShiftedOperand, in tryOrrWithShift()