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

  /external/llvm/include/llvm/Analysis/
ValueTracking.h 77 /// ComputeNumSignBits - Return the number of times the sign bit of the
85 unsigned ComputeNumSignBits(Value *Op, const DataLayout *TD = nullptr,
  /external/llvm/lib/Analysis/
ValueTracking.cpp     [all...]
ScalarEvolution.cpp     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombine.h 327 unsigned ComputeNumSignBits(Value *Op, unsigned Depth = 0) const {
328 return llvm::ComputeNumSignBits(Op, DL, Depth);
InstCombineShifts.cpp 713 ComputeNumSignBits(I.getOperand(0)) > ShAmt) {
    [all...]
InstCombineAddSub.cpp 916 if (ComputeNumSignBits(LHS) > 1 && ComputeNumSignBits(RHS) > 1)
    [all...]
InstCombineCompares.cpp     [all...]
InstCombineCasts.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAG.cpp     [all...]
TargetLowering.cpp     [all...]
DAGCombiner.cpp     [all...]
SelectionDAGISel.cpp 642 unsigned NumSignBits = CurDAG->ComputeNumSignBits(Src);
    [all...]
  /external/llvm/lib/Target/XCore/
XCoreISelLowering.cpp 678 unsigned LHSSB = DAG.ComputeNumSignBits(Mul.getOperand(0));
679 unsigned RHSSB = DAG.ComputeNumSignBits(Mul.getOperand(1));
    [all...]
  /external/llvm/lib/Target/R600/
AMDGPUISelLowering.cpp     [all...]
  /external/llvm/include/llvm/CodeGen/
SelectionDAG.h     [all...]
  /external/llvm/lib/Target/SystemZ/
SystemZISelLowering.cpp     [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp     [all...]

Completed in 451 milliseconds