Home
last modified time | relevance | path

Searched defs:LoLZ (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeIntegerTypes.cpp2979 SDValue LoLZ = DAG.getNode(N->getOpcode(), dl, NVT, Lo); in ExpandIntRes_CTLZ() local
3010 SDValue LoLZ = DAG.getNode(ISD::CTTZ_ZERO_UNDEF, dl, NVT, Lo); in ExpandIntRes_CTTZ() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCISelDAGToDAG.cpp911 unsigned LoLZ = countLeadingZeros<uint32_t>(Lo_32(Imm)); in findContiguousZerosAtLeast() local