Searched defs:CTZ (Results 1 – 3 of 3) sorted by relevance
| /openbsd/src/gnu/llvm/llvm/lib/Transforms/InstCombine/ |
| D | InstCombineSimplifyDemanded.cpp | 581 unsigned CTZ = DemandedMask.countTrailingZeros(); in SimplifyDemandedUseBits() local 954 unsigned CTZ = DemandedMask.countTrailingZeros(); in SimplifyDemandedUseBits() local 966 unsigned CTZ = DemandedMask.countTrailingZeros(); in SimplifyDemandedUseBits() local
|
| /openbsd/src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/ |
| D | 920625-1.c | 11 EXTU2, CLZ, CTZ, FF1, FF0, ABSVAL, NABSVAL, CMP, CPEQ, CPGE, CPGEU, enumerator
|
| /openbsd/src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/ |
| D | TargetLowering.cpp | 2572 unsigned CTZ = DemandedBits.countTrailingZeros(); in SimplifyDemandedBits() local
|