Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DLoopIdiomRecognize.cpp249 const DebugLoc &DL, bool ZeroCheck,
1887 bool ZeroCheck = false; in recognizeAndInsertFFS() local
1905 ZeroCheck = true; in recognizeAndInsertFFS()
1920 ConstantInt::getBool(InitX->getContext(), ZeroCheck)}; in recognizeAndInsertFFS()
1935 DefX->getDebugLoc(), ZeroCheck, in recognizeAndInsertFFS()
2004 const DebugLoc &DL, bool ZeroCheck, in createFFSIntrinsic() argument
2006 Value *Ops[] = {Val, IRBuilder.getInt1(ZeroCheck)}; in createFFSIntrinsic()
2051 bool ZeroCheck, bool IsCntPhiUsedOutsideLoop) { in transformLoopToCountable() argument
2077 createFFSIntrinsic(Builder, InitXNext, DL, ZeroCheck, IntrinID); in transformLoopToCountable()