Lines Matching defs:True
2793 SDValue True = N->getOperand(1);
2806 if (isMImm(True)) {
2807 // VE's condition move can handle MImm in True clause, so nothing to do.
2809 // VE's condition move can handle MImm in True clause, so swap True and
2811 std::swap(True, False);
2823 SDValue Ops[] = {Cond, True, False,
2835 SDValue True = N->getOperand(2);
2870 if (isMImm(True)) {
2871 // VE's condition move can handle MImm in True clause, so nothing to do.
2873 // VE's condition move can handle MImm in True clause, so swap True and
2875 std::swap(True, False);
2891 SDValue Ops[] = {CompNode, True, False,