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

  /external/llvm/lib/Transforms/InstCombine/
InstCombineInternal.h 481 unsigned ComputeNumSignBits(Value *Op, unsigned Depth = 0,
483 return llvm::ComputeNumSignBits(Op, DL, Depth, AC, CxtI, DT);
  /external/llvm/lib/Analysis/
ValueTracking.cpp 218 static unsigned ComputeNumSignBits(Value *V, const DataLayout &DL,
221 unsigned llvm::ComputeNumSignBits(Value *V, const DataLayout &DL,
225 return ::ComputeNumSignBits(V, DL, Depth, Query(AC, safeCxtI(V, CxtI), DT));
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAG.cpp     [all...]

Completed in 348 milliseconds