Home | History | Annotate | Download | only in AArch64

Lines Matching refs:FValue

8134   ConstantSDNode *FValue = dyn_cast<ConstantSDNode>(Op.getOperand(1));
8137 if (!TValue || !FValue)
8143 std::swap(TValue, FValue);
8147 return TValue->isOne() && FValue->isNullValue();