Home | History | Annotate | Download | only in Analysis

Lines Matching refs:ConstantFoldInstOperands

597       return ConstantFoldInstOperands(Instruction::Add, CLHS->getType(), Ops,
762 return ConstantFoldInstOperands(Instruction::Sub, CLHS->getType(),
896 return ConstantFoldInstOperands(Instruction::Mul, CLHS->getType(),
967 return ConstantFoldInstOperands(Opcode, C0->getType(), Ops, Q.TD, Q.TLI);
1090 return ConstantFoldInstOperands(Opcode, C0->getType(), Ops, Q.TD, Q.TLI);
1195 return ConstantFoldInstOperands(Opcode, C0->getType(), Ops, Q.TD, Q.TLI);
1324 return ConstantFoldInstOperands(Instruction::And, CLHS->getType(),
1423 return ConstantFoldInstOperands(Instruction::Or, CLHS->getType(),
1517 return ConstantFoldInstOperands(Instruction::Xor, CLHS->getType(),
2656 return ConstantFoldInstOperands(Instruction::Trunc, Ty, C, Q.TD, Q.TLI);
2701 return ConstantFoldInstOperands(Opcode, LHS->getType(), COps, Q.TD,