Home
last modified time | relevance | path

Searched refs:HiTZ (Results 1 – 1 of 1) sorted by relevance

/openbsd/src/gnu/llvm/llvm/lib/Target/PowerPC/
DPPCISelDAGToDAG.cpp929 unsigned HiTZ = countTrailingZeros<uint32_t>(Hi_32(Imm)); in findContiguousZerosAtLeast() local
931 if ((HiTZ + LoLZ) >= Num) in findContiguousZerosAtLeast()
932 return (32 + HiTZ); in findContiguousZerosAtLeast()