Home
last modified time | relevance | path

Searched defs:TrailingZeroes (Results 1 – 4 of 4) sorted by relevance

/freebsd-src/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/
H A DAArch64PostLegalizerCombiner.cpp164 unsigned TrailingZeroes = ConstValue.countr_zero(); in matchAArch64MulConstCombine() local
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprConstant.cpp966 unsigned TrailingZeroes = ArrayBound - NonzeroLength; EmitArrayConstant() local
/freebsd-src/contrib/llvm-project/llvm/lib/Support/
H A DAPInt.cpp171 const unsigned TrailingZeroes = countr_zero(); in isAligned() local
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp17137 unsigned TrailingZeroes = ConstValue.countr_zero(); performMulCombine() local
[all...]