Home | History | Annotate | Download | only in src

Lines Matching refs:Cttz

4291   case Intrinsics::Cttz: {
4982 void TargetX86Base<TraitsType>::lowerCountZeros(bool Cttz, Type Ty,
5012 // Cttz, is similar, but uses bsf instead, and doesn't require the xor
5020 if (Cttz) {
5030 if (Cttz) {
5045 if (!Cttz) {
5065 if (Cttz) {