HomeSort by relevance Sort by last modified time
    Searched refs:ComputeNumSignBits (Results 1 - 16 of 16) 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 311 unsigned ComputeNumSignBits(Value *Op, unsigned Depth = 0) const {
312 return llvm::ComputeNumSignBits(Op, TD, Depth);
InstCombineShifts.cpp 699 ComputeNumSignBits(I.getOperand(0)) > ShAmt) {
804 unsigned NumSignBits = ComputeNumSignBits(Op0);
InstCombineAddSub.cpp 899 if (ComputeNumSignBits(LHS) > 1 && ComputeNumSignBits(RHS) > 1)
    [all...]
InstCombineCasts.cpp     [all...]
InstCombineCompares.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAG.cpp     [all...]
SelectionDAGISel.cpp 569 unsigned NumSignBits = CurDAG->ComputeNumSignBits(Src);
    [all...]
LegalizeIntegerTypes.cpp     [all...]
DAGCombiner.cpp     [all...]
  /external/llvm/lib/Target/R600/
AMDGPUISelDAGToDAG.cpp 781 if (CurDAG->ComputeNumSignBits(Op) == 9) {
  /external/llvm/lib/Target/XCore/
XCoreISelLowering.cpp 632 unsigned LHSSB = DAG.ComputeNumSignBits(Mul.getOperand(0));
633 unsigned RHSSB = DAG.ComputeNumSignBits(Mul.getOperand(1));
    [all...]
  /external/llvm/include/llvm/CodeGen/
SelectionDAG.h     [all...]
  /external/llvm/lib/Target/SystemZ/
SystemZISelLowering.cpp     [all...]

Completed in 803 milliseconds