Home
last modified time | relevance | path

Searched refs:SplitLHS (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DScalarEvolution.cpp9606 auto SplitLHS = SplitIntoInitAndPostInc(MDL, LHS); in isKnownViaInduction() local
9608 if (SplitLHS.first == getCouldNotCompute()) in isKnownViaInduction()
9610 assert (SplitLHS.second != getCouldNotCompute() && "Unexpected CNC"); in isKnownViaInduction()
9620 if (!isAvailableAtLoopEntry(SplitLHS.first, MDL) || in isKnownViaInduction()
9626 return isLoopBackedgeGuardedByCond(MDL, Pred, SplitLHS.second, in isKnownViaInduction()
9628 isLoopEntryGuardedByCond(MDL, Pred, SplitLHS.first, SplitRHS.first); in isKnownViaInduction()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp8720 static bool isConcatMask(ArrayRef<int> Mask, EVT VT, bool SplitLHS) { in isConcatMask() argument
8733 if (Mask[I] != I + SplitLHS * Offset) in isConcatMask()