Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/lib/Target/PowerPC/GISel/
H A DPPCInstructionSelector.cpp279 uint32_t LoLZ = llvm::countl_zero<uint32_t>(Lo_32(Imm)); in findContiguousZerosAtLeast() local
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeIntegerTypes.cpp3657 SDValue LoLZ = DAG.getNode(N->getOpcode(), dl, NVT, Lo); ExpandIntRes_CTLZ() local
3688 SDValue LoLZ = DAG.getNode(ISD::CTTZ_ZERO_UNDEF, dl, NVT, Lo); ExpandIntRes_CTTZ() local
/freebsd-src/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelDAGToDAG.cpp1025 unsigned LoLZ = llvm::countl_zero<uint32_t>(Lo_32(Imm)); findContiguousZerosAtLeast() local