Lines Matching refs:ZeroCheck
235 bool ZeroCheck, size_t CanonicalSize);
244 const DebugLoc &DL, bool ZeroCheck,
1899 Value *InitX, bool ZeroCheck, in isProfitableToInsertFFS() argument
1902 ConstantInt::getBool(InitX->getContext(), ZeroCheck)}; in isProfitableToInsertFFS()
1945 bool ZeroCheck = false; in insertFFSIfProfitable() local
1963 ZeroCheck = true; in insertFFSIfProfitable()
1974 if (!isProfitableToInsertFFS(IntrinID, InitX, ZeroCheck, IdiomCanonicalSize)) in insertFFSIfProfitable()
1978 DefX->getDebugLoc(), ZeroCheck, in insertFFSIfProfitable()
2049 bool ZeroCheck = true; in recognizeShiftUntilLessThan() local
2059 if (!isProfitableToInsertFFS(IntrinID, InitX, ZeroCheck, IdiomCanonicalSize)) in recognizeShiftUntilLessThan()
2064 DefX->getDebugLoc(), ZeroCheck, in recognizeShiftUntilLessThan()
2134 const DebugLoc &DL, bool ZeroCheck, in createFFSIntrinsic() argument
2136 Value *Ops[] = {Val, IRBuilder.getInt1(ZeroCheck)}; in createFFSIntrinsic()
2181 bool ZeroCheck, bool IsCntPhiUsedOutsideLoop, bool InsertSub) { in transformLoopToCountable() argument
2207 createFFSIntrinsic(Builder, InitXNext, DL, ZeroCheck, IntrinID); in transformLoopToCountable()