HomeSort by relevance Sort by last modified time
    Searched defs:ComputeNumSignBits (Results 1 - 6 of 6) sorted by null

  /external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
InstCombine.h 299 unsigned ComputeNumSignBits(Value *Op, unsigned Depth = 0) const {
300 return llvm::ComputeNumSignBits(Op, TD, Depth);
  /external/llvm/lib/Transforms/InstCombine/
InstCombineInternal.h 487 unsigned ComputeNumSignBits(Value *Op, unsigned Depth = 0,
489 return llvm::ComputeNumSignBits(Op, DL, Depth, AC, CxtI, DT);
  /external/swiftshader/third_party/LLVM/lib/Analysis/
ValueTracking.cpp     [all...]
  /external/llvm/lib/Analysis/
ValueTracking.cpp 226 static unsigned ComputeNumSignBits(Value *V, unsigned Depth, const Query &Q);
228 unsigned llvm::ComputeNumSignBits(Value *V, const DataLayout &DL,
232 return ::ComputeNumSignBits(V, Depth, Query(DL, AC, safeCxtI(V, CxtI), DT));
    [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
SelectionDAG.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAG.cpp     [all...]

Completed in 203 milliseconds