Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DMVETailPredication.cpp109 bool TryConvertActiveLaneMask(Value *TripCount);
175 bool Changed = TryConvertActiveLaneMask(Setup->getArgOperand(0)); in runOnLoop()
415 bool MVETailPredication::TryConvertActiveLaneMask(Value *TripCount) { in TryConvertActiveLaneMask() function in MVETailPredication