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

  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/
InstCombineShifts.cpp 509 const APInt *Op0C;
510 if (match(Op0BO->getOperand(1), m_APInt(Op0C))) {
511 if (canShiftBinOpWithConstantRHS(I, Op0BO, *Op0C)) {
528 match(Op0BO->getOperand(0), m_APInt(Op0C))) {
    [all...]
InstCombineAddSub.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
ConstantFolding.cpp     [all...]

Completed in 88 milliseconds