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

/external/llvm/lib/Analysis/IPA/
H A DInlineCost.cpp506 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); local
528 if (Constant *C = ConstantExpr::getICmp(I.getPredicate(), CLHS, CRHS)) {
577 Constant *CRHS = ConstantInt::get(RHS->getContext(), RHSOffset); local
578 if (Constant *C = ConstantExpr::getSub(CLHS, CRHS)) {
/external/llvm/lib/Analysis/
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;
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 };
824 if (Constant *CRHS
[all...]

Completed in 399 milliseconds