Home | History | Annotate | Download | only in Analysis

Lines Matching defs:CLHS

85   Value *CLHS = Cmp->getOperand(0), *CRHS = Cmp->getOperand(1);
86 if (CPred == Pred && CLHS == LHS && CRHS == RHS)
88 return CPred == CmpInst::getSwappedPredicate(Pred) && CLHS == RHS &&
522 if (Constant *CLHS = dyn_cast<Constant>(Op0)) {
524 Constant *Ops[] = { CLHS, CRHS };
525 return ConstantFoldInstOperands(Instruction::Add, CLHS->getType(), Ops,
659 if (Constant *CLHS = dyn_cast<Constant>(Op0))
661 Constant *Ops[] = { CLHS, CRHS };
662 return ConstantFoldInstOperands(Instruction::Sub, CLHS->getType(),
781 if (Constant *CLHS = dyn_cast<Constant>(Op0)) {
783 Constant *Ops[] = { CLHS, CRHS };
784 return ConstantFoldInstOperands(Instruction::FAdd, CLHS->getType(),
823 if (Constant *CLHS = dyn_cast<Constant>(Op0)) {
825 Constant *Ops[] = { CLHS, CRHS };
826 return ConstantFoldInstOperands(Instruction::FSub, CLHS->getType(),
861 if (Constant *CLHS = dyn_cast<Constant>(Op0)) {
863 Constant *Ops[] = { CLHS, CRHS };
864 return ConstantFoldInstOperands(Instruction::FMul, CLHS->getType(),
887 if (Constant *CLHS = dyn_cast<Constant>(Op0)) {
889 Constant *Ops[] = { CLHS, CRHS };
890 return ConstantFoldInstOperands(Instruction::Mul, CLHS->getType(),
1364 if (Constant *CLHS = dyn_cast<Constant>(Op0)) {
1366 Constant *Ops[] = { CLHS, CRHS };
1367 return ConstantFoldInstOperands(Instruction::And, CLHS->getType(),
1458 if (Constant *CLHS = dyn_cast<Constant>(Op0)) {
1460 Constant *Ops[] = { CLHS, CRHS };
1461 return ConstantFoldInstOperands(Instruction::Or, CLHS->getType(),
1579 if (Constant *CLHS = dyn_cast<Constant>(Op0)) {
1581 Constant *Ops[] = { CLHS, CRHS };
1582 return ConstantFoldInstOperands(Instruction::Xor, CLHS->getType(),
1815 if (Constant *CLHS = dyn_cast<Constant>(LHS)) {
1817 return ConstantFoldCompareInstOperands(Pred, CLHS, CRHS, Q.DL, Q.TLI);
2625 if (Constant *CLHS = dyn_cast<Constant>(LHS)) {
2627 return ConstantFoldCompareInstOperands(Pred, CLHS, CRHS, Q.DL, Q.TLI);
2923 if (Constant *CLHS = dyn_cast<Constant>(LHS))
2925 Constant *COps[] = {CLHS, CRHS};