Searched defs:CRHS (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/Analysis/
H A DInlineCost.cpp471 if (Constant *CRHS = dyn_cast<Constant>(RHS))
472 if (Constant *C = ConstantExpr::getICmp(I.getPredicate(), CLHS, CRHS)) {
488 Constant *CRHS = ConstantInt::get(RHS->getContext(), RHSOffset); local
489 if (Constant *C = ConstantExpr::getICmp(I.getPredicate(), CLHS, CRHS)) {
538 Constant *CRHS = ConstantInt::get(RHS->getContext(), RHSOffset); local
539 if (Constant *C = ConstantExpr::getSub(CLHS, CRHS)) {
H A DInstructionSimplify.cpp85 Value *CLHS = Cmp->getOperand(0), *CRHS = Cmp->getOperand(1); local
86 if (CPred == Pred && CLHS == LHS && CRHS == RHS)
89 CRHS == LHS;
595 if (Constant *CRHS = dyn_cast<Constant>(Op1)) {
596 Constant *Ops[] = { CLHS, CRHS };
760 if (Constant *CRHS = dyn_cast<Constant>(Op1)) {
761 Constant *Ops[] = { CLHS, CRHS };
894 if (Constant *CRHS = dyn_cast<Constant>(Op1)) {
895 Constant *Ops[] = { CLHS, CRHS };
1322 if (Constant *CRHS
[all...]

Completed in 270 milliseconds