Home
last modified time | relevance | path

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

/external/llvm/lib/Target/SystemZ/
DSystemZISelLowering.cpp1595 auto *ConstOp1 = dyn_cast<ConstantSDNode>(C.Op1.getNode()); in adjustZeroCmp() local
1596 if (!ConstOp1) in adjustZeroCmp()
1599 int64_t Value = ConstOp1->getSExtValue(); in adjustZeroCmp()
1628 auto *ConstOp1 = cast<ConstantSDNode>(C.Op1); in adjustSubwordCmp() local
1629 uint64_t Value = ConstOp1->getZExtValue(); in adjustSubwordCmp()
1633 int64_t SignedValue = ConstOp1->getSExtValue(); in adjustSubwordCmp()
1676 Value != ConstOp1->getZExtValue()) in adjustSubwordCmp()
1717 auto *ConstOp1 = dyn_cast<ConstantSDNode>(C.Op1); in shouldSwapCmpOperands() local
1718 if (ConstOp1 && ConstOp1->getZExtValue() == 0) in shouldSwapCmpOperands()
1731 if (!ConstOp1) in shouldSwapCmpOperands()
[all …]