Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DMVETailPredication.cpp108 bool TryConvertActiveLaneMask(Value *TripCount);
179 bool Changed = TryConvertActiveLaneMask(Setup->getArgOperand(0)); in runOnLoop()
393 bool MVETailPredication::TryConvertActiveLaneMask(Value *TripCount) { in TryConvertActiveLaneMask() function in MVETailPredication