Searched refs:isAllActivePredicate (Results 1 – 3 of 3) sorted by relevance
826 bool isAllActivePredicate(SDValue N) const;
13871 static bool isAllActivePredicate(SDValue N) { in isAllActivePredicate() function13904 if (isAllActivePredicate(Pg)) { in convertMergedOpToPredOp()17923 bool AArch64TargetLowering::isAllActivePredicate(SDValue N) const { in isAllActivePredicate() function in AArch64TargetLowering17924 return ::isAllActivePredicate(N); in isAllActivePredicate()
5021 return TLI->isAllActivePredicate(N); in SelectAllActivePredicate()