Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86ISelDAGToDAG.cpp3846 SDValue Add0 = ShiftAmt->getOperand(0); in tryShiftAmountMod() local
3848 auto *Add0C = dyn_cast<ConstantSDNode>(Add0); in tryShiftAmountMod()
3853 NewShiftAmt = Add0; in tryShiftAmountMod()
3871 CurDAG->getZExtOrTrunc(Add0, DL, SubVT)); in tryShiftAmountMod()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64ISelDAGToDAG.cpp2791 SDValue Add0 = ShiftAmt->getOperand(0); in tryShiftAmountMod() local
2798 NewShiftAmt = Add0; in tryShiftAmountMod()
2802 isIntImmediate(Add0, Add0Imm) && Add0Imm != 0 && in tryShiftAmountMod()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp2327 if (SDValue Add0 = DAG.FoldConstantArithmetic(ISD::ADD, DL, VT, in visitADDLike() local
2329 return DAG.getNode(ISD::ADD, DL, VT, N0.getOperand(0), Add0); in visitADDLike()