Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/X86/
H A DX86ISelDAGToDAG.cpp3210 SDValue Add0 = ShiftAmt->getOperand(0); in tryShiftAmountMod() local
3216 NewShiftAmt = Add0; in tryShiftAmountMod()
3220 isa<ConstantSDNode>(Add0) && in tryShiftAmountMod()
3221 cast<ConstantSDNode>(Add0)->getZExtValue() != 0 && in tryShiftAmountMod()
3222 cast<ConstantSDNode>(Add0)->getZExtValue() % Size == 0) { in tryShiftAmountMod()
/freebsd-12.1/contrib/llvm/lib/Target/AArch64/
H A DAArch64ISelDAGToDAG.cpp2482 SDValue Add0 = ShiftAmt->getOperand(0); in tryShiftAmountMod() local
2489 NewShiftAmt = Add0; in tryShiftAmountMod()
2493 isIntImmediate(Add0, Add0Imm) && Add0Imm != 0 && in tryShiftAmountMod()
/freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp2091 SDValue Add0 = DAG.getNode(ISD::ADD, DL, VT, N1, N0.getOperand(1)); in visitADD() local
2092 return DAG.getNode(ISD::ADD, DL, VT, N0.getOperand(0), Add0); in visitADD()