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

  /external/llvm/lib/Transforms/Scalar/
JumpThreading.cpp 583 Constant *RHSCst = cast<Constant>(Cmp->getOperand(1));
590 RHSCst, P, BB, CxtI ? CxtI : Cmp);
    [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/InstCombine/
InstCombineAndOrXor.cpp     [all...]
  /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...]

Completed in 104 milliseconds