Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/
HDX86ISelDAGToDAG.cpp3722 SDValue Add0 = ShiftAmt->getOperand(0); in tryShiftAmountMod() local
3728 NewShiftAmt = Add0; in tryShiftAmountMod()
3732 isa<ConstantSDNode>(Add0) && in tryShiftAmountMod()
3733 cast<ConstantSDNode>(Add0)->getZExtValue() != 0 && in tryShiftAmountMod()
3734 cast<ConstantSDNode>(Add0)->getZExtValue() % Size == 0) { in tryShiftAmountMod()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
HDAArch64ISelDAGToDAG.cpp2599 SDValue Add0 = ShiftAmt->getOperand(0); in tryShiftAmountMod() local
2606 NewShiftAmt = Add0; in tryShiftAmountMod()
2610 isIntImmediate(Add0, Add0Imm) && Add0Imm != 0 && in tryShiftAmountMod()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
HDDAGCombiner.cpp2167 SDValue Add0 = DAG.getNode(ISD::ADD, DL, VT, N1, N0.getOperand(1)); in visitADDLike() local
2168 return DAG.getNode(ISD::ADD, DL, VT, N0.getOperand(0), Add0); in visitADDLike()