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

  /external/llvm/include/llvm/Analysis/
ValueTracking.h 73 /// ComputeNumSignBits - Return the number of times the sign bit of the
81 unsigned ComputeNumSignBits(Value *Op, const TargetData *TD = 0,
  /external/llvm/lib/Analysis/
ValueTracking.cpp     [all...]
ScalarEvolution.cpp     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombine.h 299 unsigned ComputeNumSignBits(Value *Op, unsigned Depth = 0) const {
300 return llvm::ComputeNumSignBits(Op, TD, Depth);
InstCombineAddSub.cpp 72 if (ComputeNumSignBits(LHS) > 1 && ComputeNumSignBits(RHS) > 1)
InstCombineShifts.cpp 651 ComputeNumSignBits(I.getOperand(0)) > ShAmt) {
756 unsigned NumSignBits = ComputeNumSignBits(Op0);
InstCombineCasts.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAG.cpp     [all...]
DAGCombiner.cpp     [all...]
SelectionDAGISel.cpp 460 unsigned NumSignBits = CurDAG->ComputeNumSignBits(Src);
    [all...]
LegalizeIntegerTypes.cpp     [all...]
  /external/llvm/lib/Target/XCore/
XCoreISelLowering.cpp 669 unsigned LHSSB = DAG.ComputeNumSignBits(Mul.getOperand(0));
670 unsigned RHSSB = DAG.ComputeNumSignBits(Mul.getOperand(1));
    [all...]
  /external/llvm/include/llvm/CodeGen/
SelectionDAG.h     [all...]

Completed in 159 milliseconds