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

  /external/llvm/lib/Analysis/
InstructionSimplify.cpp 95 Value *CLHS = Cmp->getOperand(0), *CRHS = Cmp->getOperand(1);
96 if (CPred == Pred && CLHS == LHS && CRHS == RHS)
99 CRHS == LHS;
533 if (Constant *CRHS = dyn_cast<Constant>(Op1)) {
534 Constant *Ops[] = { CLHS, CRHS };
665 if (Constant *CRHS = dyn_cast<Constant>(Op1)) {
666 Constant *Ops[] = { CLHS, CRHS };
792 if (Constant *CRHS = dyn_cast<Constant>(Op1)) {
793 Constant *Ops[] = { CLHS, CRHS };
    [all...]
ScalarEvolutionExpander.cpp 158 if (Constant *CRHS = dyn_cast<Constant>(RHS))
159 return ConstantExpr::get(Opcode, CLHS, CRHS);
491 if (Constant *CRHS = dyn_cast<Constant>(Idx))
493 CLHS, CRHS);
    [all...]
ValueTracking.cpp     [all...]
  /external/llvm/lib/Analysis/IPA/
InlineCost.cpp 509 if (Constant *CRHS = dyn_cast<Constant>(RHS))
510 if (Constant *C = ConstantExpr::getCompare(I.getPredicate(), CLHS, CRHS)) {
530 Constant *CRHS = ConstantInt::get(RHS->getContext(), RHSOffset);
531 if (Constant *C = ConstantExpr::getICmp(I.getPredicate(), CLHS, CRHS)) {
580 Constant *CRHS = ConstantInt::get(RHS->getContext(), RHSOffset);
581 if (Constant *C = ConstantExpr::getSub(CLHS, CRHS)) {
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineAddSub.cpp     [all...]
  /external/llvm/lib/Target/R600/
SIISelLowering.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAG.cpp     [all...]

Completed in 1086 milliseconds