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

  /external/llvm/lib/Analysis/IPA/
InlineCost.cpp 503 if (Constant *CRHS = dyn_cast<Constant>(RHS))
504 if (Constant *C = ConstantExpr::getICmp(I.getPredicate(), CLHS, CRHS)) {
520 Constant *CRHS = ConstantInt::get(RHS->getContext(), RHSOffset);
521 if (Constant *C = ConstantExpr::getICmp(I.getPredicate(), CLHS, CRHS)) {
570 Constant *CRHS = ConstantInt::get(RHS->getContext(), RHSOffset);
571 if (Constant *C = ConstantExpr::getSub(CLHS, CRHS)) {
    [all...]
  /external/llvm/lib/Analysis/
InstructionSimplify.cpp 85 Value *CLHS = Cmp->getOperand(0), *CRHS = Cmp->getOperand(1);
86 if (CPred == Pred && CLHS == LHS && CRHS == RHS)
89 CRHS == LHS;
595 if (Constant *CRHS = dyn_cast<Constant>(Op1)) {
596 Constant *Ops[] = { CLHS, CRHS };
736 if (Constant *CRHS = dyn_cast<Constant>(Op1)) {
737 Constant *Ops[] = { CLHS, CRHS };
    [all...]

Completed in 296 milliseconds