HomeSort by relevance Sort by last modified time
    Searched defs:ShlAmt (Results 1 - 7 of 7) sorted by null

  /external/llvm/lib/Transforms/InstCombine/
InstCombineSimplifyDemanded.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/
InstCombineShifts.cpp 729 unsigned ShlAmt = ShOp1->getZExtValue();
730 if (ShlAmt < ShAmt) {
731 Constant *ShiftDiff = ConstantInt::get(Ty, ShAmt - ShlAmt);
743 if (ShlAmt > ShAmt) {
744 Constant *ShiftDiff = ConstantInt::get(Ty, ShlAmt - ShAmt);
756 assert(ShlAmt == ShAmt);
    [all...]
InstCombineSimplifyDemanded.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/
SystemZISelDAGToDAG.cpp     [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 352 milliseconds