Home
last modified time | relevance | path

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

/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp5113 unsigned SelectionDAG::ComputeMaxSignificantBits(SDValue Op, ComputeMaxSignificantBits() function in SelectionDAG
5119 unsigned SelectionDAG::ComputeMaxSignificantBits(SDValue Op, ComputeMaxSignificantBits() function in SelectionDAG
/llvm-project/llvm/lib/Analysis/
H A DValueTracking.cpp344 unsigned llvm::ComputeMaxSignificantBits(const Value *V, const DataLayout &DL, ComputeMaxSignificantBits() function in llvm