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 75 /// ComputeNumSignBits - Return the number of times the sign bit of the
83 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 303 unsigned ComputeNumSignBits(Value *Op, unsigned Depth = 0) const {
304 return llvm::ComputeNumSignBits(Op, TD, Depth);
InstCombineAddSub.cpp 72 if (ComputeNumSignBits(LHS) > 1 && ComputeNumSignBits(RHS) > 1)
InstCombineShifts.cpp 702 ComputeNumSignBits(I.getOperand(0)) > ShAmt) {
    [all...]
InstCombineCasts.cpp     [all...]
InstCombineCompares.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAG.cpp     [all...]
SelectionDAGISel.cpp 537 unsigned NumSignBits = CurDAG->ComputeNumSignBits(Src);
    [all...]
LegalizeIntegerTypes.cpp     [all...]
DAGCombiner.cpp     [all...]
  /external/llvm/lib/Target/XCore/
XCoreISelLowering.cpp 679 unsigned LHSSB = DAG.ComputeNumSignBits(Mul.getOperand(0));
680 unsigned RHSSB = DAG.ComputeNumSignBits(Mul.getOperand(1));
    [all...]
  /external/llvm/include/llvm/CodeGen/
SelectionDAG.h     [all...]

Completed in 248 milliseconds