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

  /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;
523 if (Constant *CRHS = dyn_cast<Constant>(Op1)) {
524 Constant *Ops[] = { CLHS, CRHS };
660 if (Constant *CRHS = dyn_cast<Constant>(Op1)) {
661 Constant *Ops[] = { CLHS, CRHS };
782 if (Constant *CRHS = dyn_cast<Constant>(Op1)) {
783 Constant *Ops[] = { CLHS, CRHS };
    [all...]
ScalarEvolutionExpander.cpp 156 if (Constant *CRHS = dyn_cast<Constant>(RHS))
157 return ConstantExpr::get(Opcode, CLHS, CRHS);
528 if (Constant *CRHS = dyn_cast<Constant>(Idx))
529 return ConstantExpr::getGetElementPtr(CLHS, CRHS);
    [all...]
ValueTracking.cpp     [all...]
  /external/llvm/lib/Analysis/IPA/
InlineCost.cpp 506 if (Constant *CRHS = dyn_cast<Constant>(RHS))
507 if (Constant *C = ConstantExpr::getCompare(I.getPredicate(), CLHS, CRHS)) {
527 Constant *CRHS = ConstantInt::get(RHS->getContext(), RHSOffset);
528 if (Constant *C = ConstantExpr::getICmp(I.getPredicate(), CLHS, CRHS)) {
577 Constant *CRHS = ConstantInt::get(RHS->getContext(), RHSOffset);
578 if (Constant *C = ConstantExpr::getSub(CLHS, CRHS)) {
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineAddSub.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAG.cpp     [all...]

Completed in 224 milliseconds