Lines Matching refs:ffs
1250 if (CI->isZero()) // ffs(0) -> 0.1252 // ffs(c) -> cttz(c)+11256 // ffs(x) -> x != 0 ? (i32)llvm.cttz(x)+1 : 01746 static FFSOpt FFS;1836 case LibFunc::ffs:1839 return &FFS;