Lines Matching refs:NotCond
11409 SDValue NotCond = in foldSelectOfConstants() local
11412 return NotCond; in foldSelectOfConstants()
11413 return DAG.getZExtOrTrunc(NotCond, DL, VT); in foldSelectOfConstants()
11435 SDValue NotCond = DAG.getNOT(DL, Cond, MVT::i1); in foldSelectOfConstants() local
11436 NotCond = DAG.getZExtOrTrunc(NotCond, DL, VT); in foldSelectOfConstants()
11437 return NotCond; in foldSelectOfConstants()
11442 SDValue NotCond = DAG.getNOT(DL, Cond, MVT::i1); in foldSelectOfConstants() local
11443 NotCond = DAG.getSExtOrTrunc(NotCond, DL, VT); in foldSelectOfConstants()
11444 return NotCond; in foldSelectOfConstants()
11485 SDValue NotCond = DAG.getNOT(DL, Cond, MVT::i1); in foldSelectOfConstants() local
11486 NotCond = DAG.getSExtOrTrunc(NotCond, DL, VT); in foldSelectOfConstants()
11487 return DAG.getNode(ISD::OR, DL, VT, NotCond, N1); in foldSelectOfConstants()
11523 SDValue NotCond = in foldBoolSelectToLogic() local
11525 return matcher.getNode(ISD::OR, DL, VT, NotCond, DAG.getFreeze(T)); in foldBoolSelectToLogic()
11530 SDValue NotCond = in foldBoolSelectToLogic() local
11532 return matcher.getNode(ISD::AND, DL, VT, NotCond, DAG.getFreeze(F)); in foldBoolSelectToLogic()