Searched refs:ZeroCheck (Results 1 – 1 of 1) sorted by relevance
| /freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/ |
| H A D | LoopIdiomRecognize.cpp | 194 const DebugLoc &DL, bool ZeroCheck, 1430 bool ZeroCheck = false; in recognizeAndInsertFFS() local 1448 ZeroCheck = true; in recognizeAndInsertFFS() 1463 {InitX, ZeroCheck ? ConstantInt::getTrue(InitX->getContext()) in recognizeAndInsertFFS() 1471 DefX->getDebugLoc(), ZeroCheck, in recognizeAndInsertFFS() 1540 const DebugLoc &DL, bool ZeroCheck, in createFFSIntrinsic() argument 1542 Value *Ops[] = {Val, ZeroCheck ? IRBuilder.getTrue() : IRBuilder.getFalse()}; in createFFSIntrinsic() 1587 bool ZeroCheck, bool IsCntPhiUsedOutsideLoop) { in transformLoopToCountable() argument 1612 FFS = createFFSIntrinsic(Builder, InitXNext, DL, ZeroCheck, IntrinID); in transformLoopToCountable()
|