Searched refs:isAllActivePredicate (Results 1 – 3 of 3) sorted by relevance
828 bool isAllActivePredicate(SDValue N) const;
14286 static bool isAllActivePredicate(SDValue N) { in isAllActivePredicate() function14319 if (isAllActivePredicate(Pg)) { in convertMergedOpToPredOp()18699 bool AArch64TargetLowering::isAllActivePredicate(SDValue N) const { in isAllActivePredicate() function in AArch64TargetLowering18700 return ::isAllActivePredicate(N); in isAllActivePredicate()
5074 return TLI->isAllActivePredicate(N); in SelectAllActivePredicate()