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

  /external/llvm/lib/Transforms/InstCombine/
InstCombineSimplifyDemanded.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/
InstCombineSimplifyDemanded.cpp 448 const APInt *ShrAmt;
449 if (match(I->getOperand(0), m_Shr(m_Value(), m_APInt(ShrAmt))))
451 if (Value *R = simplifyShrShlDemandedBits(Shr, *ShrAmt, I, *SA,
    [all...]
InstCombineShifts.cpp 629 unsigned ShrAmt = ShOp1->getZExtValue();
630 if (ShrAmt < ShAmt) {
632 Constant *ShiftDiff = ConstantInt::get(Ty, ShAmt - ShrAmt);
638 if (ShrAmt > ShAmt) {
640 Constant *ShiftDiff = ConstantInt::get(Ty, ShrAmt - ShAmt);
    [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DAGCombiner.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
DAGCombiner.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DAGCombiner.cpp     [all...]

Completed in 94 milliseconds