reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Target/AArch64/AArch64ISelLowering.cpp
 2249     SDValue TVal = DAG.getConstant(1, dl, MVT::i32);
 2250     SDValue FVal = DAG.getConstant(0, dl, MVT::i32);
 2254     SDValue CCVal = DAG.getConstant(getInvertedCondCode(CC), dl, MVT::i32);
 2255     return DAG.getNode(AArch64ISD::CSEL, dl, Op.getValueType(), TVal, FVal,
 2299     SDValue Cmp = getAArch64Cmp(LHS, RHS, CC, CCVal, DAG, dl);
 2302     TVal = DAG.getNode(ISD::XOR, dl, Other.getValueType(), Other,
 2303                        DAG.getConstant(-1ULL, dl, Other.getValueType()));
 2305     return DAG.getNode(AArch64ISD::CSEL, dl, Sel.getValueType(), FVal, TVal,