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

  /external/llvm/include/llvm/Analysis/
ValueTracking.h 74 /// ComputeNumSignBits - Return the number of times the sign bit of the
82 unsigned ComputeNumSignBits(Value *Op, const DataLayout *TD = 0,
  /external/llvm/lib/Analysis/
ValueTracking.cpp     [all...]
ScalarEvolution.cpp     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombine.h 309 unsigned ComputeNumSignBits(Value *Op, unsigned Depth = 0) const {
310 return llvm::ComputeNumSignBits(Op, TD, Depth);
InstCombineShifts.cpp 699 ComputeNumSignBits(I.getOperand(0)) > ShAmt) {
804 unsigned NumSignBits = ComputeNumSignBits(Op0);
InstCombineAddSub.cpp 863 if (ComputeNumSignBits(LHS) > 1 && ComputeNumSignBits(RHS) > 1)
    [all...]
InstCombineCasts.cpp     [all...]
InstCombineCompares.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAG.cpp     [all...]
SelectionDAGISel.cpp 559 unsigned NumSignBits = CurDAG->ComputeNumSignBits(Src);
    [all...]
LegalizeIntegerTypes.cpp     [all...]
DAGCombiner.cpp     [all...]
  /external/llvm/lib/Target/XCore/
XCoreISelLowering.cpp 680 unsigned LHSSB = DAG.ComputeNumSignBits(Mul.getOperand(0));
681 unsigned RHSSB = DAG.ComputeNumSignBits(Mul.getOperand(1));
    [all...]
  /external/llvm/include/llvm/CodeGen/
SelectionDAG.h     [all...]

Completed in 549 milliseconds