Searched refs:AnyPred (Results 1 – 1 of 1) sorted by relevance
25116 SDValue AnyPred = PTest.getOperand(1); in foldCSELofLASTB() local25121 if (AnyPred.getOpcode() == AArch64ISD::REINTERPRET_CAST) in foldCSELofLASTB()25122 AnyPred = AnyPred.getOperand(0); in foldCSELofLASTB()25124 if (TruePred != AnyPred && !isAllActivePredicate(DAG, TruePred)) in foldCSELofLASTB()25130 if (LastB.getOpcode() != AArch64ISD::LASTB || LastB.getOperand(0) != AnyPred) in foldCSELofLASTB()25134 AnyPred, Default, LastB.getOperand(1)); in foldCSELofLASTB()