Lines Matching defs:Op0
85 if (BinaryOperator *Op0 = dyn_cast<BinaryOperator>(LHS)) in ExpandBinOp() local
147 BinaryOperator *Op0 = dyn_cast<BinaryOperator>(LHS); in FactorizeBinOp() local
220 BinaryOperator *Op0 = dyn_cast<BinaryOperator>(LHS); in SimplifyAssociativeBinOp() local
522 static Value *SimplifyAddInst(Value *Op0, Value *Op1, bool isNSW, bool isNUW, in SimplifyAddInst()
584 Value *llvm::SimplifyAddInst(Value *Op0, Value *Op1, bool isNSW, bool isNUW, in SimplifyAddInst()
591 static Value *SimplifySubInst(Value *Op0, Value *Op1, bool isNSW, bool isNUW, in SimplifySubInst()
705 Value *llvm::SimplifySubInst(Value *Op0, Value *Op1, bool isNSW, bool isNUW, in SimplifySubInst()
712 static Value *SimplifyMulInst(Value *Op0, Value *Op1, const TargetData *TD, in SimplifyMulInst()
778 Value *llvm::SimplifyMulInst(Value *Op0, Value *Op1, const TargetData *TD, in SimplifyMulInst()
785 static Value *SimplifyDiv(Instruction::BinaryOps Opcode, Value *Op0, Value *Op1, in SimplifyDiv()
858 static Value *SimplifySDivInst(Value *Op0, Value *Op1, const TargetData *TD, in SimplifySDivInst()
866 Value *llvm::SimplifySDivInst(Value *Op0, Value *Op1, const TargetData *TD, in SimplifySDivInst()
873 static Value *SimplifyUDivInst(Value *Op0, Value *Op1, const TargetData *TD, in SimplifyUDivInst()
881 Value *llvm::SimplifyUDivInst(Value *Op0, Value *Op1, const TargetData *TD, in SimplifyUDivInst()
886 static Value *SimplifyFDivInst(Value *Op0, Value *Op1, const TargetData *, in SimplifyFDivInst()
899 Value *llvm::SimplifyFDivInst(Value *Op0, Value *Op1, const TargetData *TD, in SimplifyFDivInst()
906 static Value *SimplifyRem(Instruction::BinaryOps Opcode, Value *Op0, Value *Op1, in SimplifyRem()
961 static Value *SimplifySRemInst(Value *Op0, Value *Op1, const TargetData *TD, in SimplifySRemInst()
969 Value *llvm::SimplifySRemInst(Value *Op0, Value *Op1, const TargetData *TD, in SimplifySRemInst()
976 static Value *SimplifyURemInst(Value *Op0, Value *Op1, const TargetData *TD, in SimplifyURemInst()
984 Value *llvm::SimplifyURemInst(Value *Op0, Value *Op1, const TargetData *TD, in SimplifyURemInst()
989 static Value *SimplifyFRemInst(Value *Op0, Value *Op1, const TargetData *, in SimplifyFRemInst()
1002 Value *llvm::SimplifyFRemInst(Value *Op0, Value *Op1, const TargetData *TD, in SimplifyFRemInst()
1009 static Value *SimplifyShift(unsigned Opcode, Value *Op0, Value *Op1, in SimplifyShift()
1054 static Value *SimplifyShlInst(Value *Op0, Value *Op1, bool isNSW, bool isNUW, in SimplifyShlInst()
1072 Value *llvm::SimplifyShlInst(Value *Op0, Value *Op1, bool isNSW, bool isNUW, in SimplifyShlInst()
1079 static Value *SimplifyLShrInst(Value *Op0, Value *Op1, bool isExact, in SimplifyLShrInst()
1098 Value *llvm::SimplifyLShrInst(Value *Op0, Value *Op1, bool isExact, in SimplifyLShrInst()
1105 static Value *SimplifyAShrInst(Value *Op0, Value *Op1, bool isExact, in SimplifyAShrInst()
1128 Value *llvm::SimplifyAShrInst(Value *Op0, Value *Op1, bool isExact, in SimplifyAShrInst()
1135 static Value *SimplifyAndInst(Value *Op0, Value *Op1, const TargetData *TD, in SimplifyAndInst()
1217 Value *llvm::SimplifyAndInst(Value *Op0, Value *Op1, const TargetData *TD, in SimplifyAndInst()
1224 static Value *SimplifyOrInst(Value *Op0, Value *Op1, const TargetData *TD, in SimplifyOrInst()
1311 Value *llvm::SimplifyOrInst(Value *Op0, Value *Op1, const TargetData *TD, in SimplifyOrInst()
1318 static Value *SimplifyXorInst(Value *Op0, Value *Op1, const TargetData *TD, in SimplifyXorInst()
1370 Value *llvm::SimplifyXorInst(Value *Op0, Value *Op1, const TargetData *TD, in SimplifyXorInst()