Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DLoopIdiomRecognize.cpp249 const DebugLoc &DL, bool ZeroCheck,
1698 bool ZeroCheck = false; in recognizeAndInsertFFS() local
1716 ZeroCheck = true; in recognizeAndInsertFFS()
1731 ConstantInt::getBool(InitX->getContext(), ZeroCheck)}; in recognizeAndInsertFFS()
1746 DefX->getDebugLoc(), ZeroCheck, in recognizeAndInsertFFS()
1815 const DebugLoc &DL, bool ZeroCheck, in createFFSIntrinsic() argument
1817 Value *Ops[] = {Val, IRBuilder.getInt1(ZeroCheck)}; in createFFSIntrinsic()
1862 bool ZeroCheck, bool IsCntPhiUsedOutsideLoop) { in transformLoopToCountable() argument
1888 createFFSIntrinsic(Builder, InitXNext, DL, ZeroCheck, IntrinID); in transformLoopToCountable()