Home
last modified time | relevance | path

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

/external/llvm/lib/Analysis/
DValueTracking.cpp227 void llvm::computeKnownBits(Value *V, APInt &KnownZero, APInt &KnownOne, in computeKnownBits() function in llvm
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAG.cpp1922 void SelectionDAG::computeKnownBits(SDValue Op, APInt &KnownZero, in computeKnownBits() function in SelectionDAG