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

  /external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
InstCombineAndOrXor.cpp 742 ConstantInt *RHSCst = dyn_cast<ConstantInt>(RHS->getOperand(1));
743 if (LHSCst == 0 || RHSCst == 0) return 0;
745 if (LHSCst == RHSCst && LHSCC == RHSCC) {
784 SmallCst = RHSCst;
791 BigCst = RHSCst;
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineAndOrXor.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
JumpThreading.cpp 503 Constant *RHSCst = cast<Constant>(Cmp->getOperand(1));
511 RHSCst, P, BB);
    [all...]
  /external/llvm/lib/Transforms/Scalar/
JumpThreading.cpp 583 Constant *RHSCst = cast<Constant>(Cmp->getOperand(1));
590 RHSCst, P, BB, CxtI ? CxtI : Cmp);
    [all...]
  /external/llvm/lib/Analysis/
ScalarEvolution.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
SelectionDAG.cpp 295 if (auto *RHSCst = dyn_cast<ConstantSDNode>(RHS))
296 return Match(LHSCst, RHSCst);
305 auto *RHSCst = dyn_cast<ConstantSDNode>(RHS.getOperand(i));
306 if (!LHSCst || !RHSCst)
309 LHSCst->getValueType(0) != RHSCst->getValueType(0))
311 if (!Match(LHSCst, RHSCst))
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
ScalarEvolution.cpp     [all...]

Completed in 239 milliseconds