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

  /external/llvm/lib/Analysis/
InlineCost.cpp 554 if (Constant *CRHS = dyn_cast<Constant>(RHS))
555 if (Constant *C = ConstantExpr::getCompare(I.getPredicate(), CLHS, CRHS)) {
575 Constant *CRHS = ConstantInt::get(RHS->getContext(), RHSOffset);
576 if (Constant *C = ConstantExpr::getICmp(I.getPredicate(), CLHS, CRHS)) {
621 Constant *CRHS = ConstantInt::get(RHS->getContext(), RHSOffset);
622 if (Constant *C = ConstantExpr::getSub(CLHS, CRHS)) {
    [all...]
InstructionSimplify.cpp 96 Value *CLHS = Cmp->getOperand(0), *CRHS = Cmp->getOperand(1);
97 if (CPred == Pred && CLHS == LHS && CRHS == RHS)
100 CRHS == LHS;
532 if (Constant *CRHS = dyn_cast<Constant>(Op1)) {
533 Constant *Ops[] = { CLHS, CRHS };
664 if (Constant *CRHS = dyn_cast<Constant>(Op1)) {
665 Constant *Ops[] = { CLHS, CRHS };
791 if (Constant *CRHS = dyn_cast<Constant>(Op1)) {
792 Constant *Ops[] = { CLHS, CRHS };
    [all...]
ValueTracking.cpp     [all...]
  /external/llvm/lib/Target/AMDGPU/
SIISelLowering.cpp     [all...]

Completed in 1006 milliseconds