Searched defs:PossibleLZ (Results 1 – 4 of 4) sorted by relevance
/llvm-project/llvm/lib/CodeGen/GlobalISel/ | ||
H A D | GISelKnownBits.cpp | 605 unsigned PossibleLZ = SrcOpKnown.countMaxLeadingZeros(); computeKnownBitsImpl() local |
/llvm-project/llvm/lib/Analysis/ | ||
H A D | ValueTracking.cpp | 1616 unsigned PossibleLZ = Known2.countMaxLeadingZeros(); computeKnownBitsFromOperator() local |
/llvm-project/llvm/lib/CodeGen/SelectionDAG/ | ||
H A D | SelectionDAG.cpp | 3696 unsigned PossibleLZ = Known2.countMaxLeadingZeros(); computeKnownBits() local |
/llvm-project/llvm/lib/Target/RISCV/ | ||
H A D | RISCVISelLowering.cpp | 17822 unsigned PossibleLZ = Known2.trunc(32).countMaxLeadingZeros(); computeKnownBitsForTargetNode() local |