Lines Matching defs:Op0
105 if (BinaryOperator *Op0 = dyn_cast<BinaryOperator>(LHS)) in ExpandBinOp() local
167 BinaryOperator *Op0 = dyn_cast<BinaryOperator>(LHS); in FactorizeBinOp() local
240 BinaryOperator *Op0 = dyn_cast<BinaryOperator>(LHS); in SimplifyAssociativeBinOp() local
542 static Value *SimplifyAddInst(Value *Op0, Value *Op1, bool isNSW, bool isNUW, in SimplifyAddInst()
604 Value *llvm::SimplifyAddInst(Value *Op0, Value *Op1, bool isNSW, bool isNUW, in SimplifyAddInst()
611 static Value *SimplifySubInst(Value *Op0, Value *Op1, bool isNSW, bool isNUW, in SimplifySubInst()
725 Value *llvm::SimplifySubInst(Value *Op0, Value *Op1, bool isNSW, bool isNUW, in SimplifySubInst()
732 static Value *SimplifyMulInst(Value *Op0, Value *Op1, const TargetData *TD, in SimplifyMulInst()
798 Value *llvm::SimplifyMulInst(Value *Op0, Value *Op1, const TargetData *TD, in SimplifyMulInst()
805 static Value *SimplifyDiv(Instruction::BinaryOps Opcode, Value *Op0, Value *Op1, in SimplifyDiv()
878 static Value *SimplifySDivInst(Value *Op0, Value *Op1, const TargetData *TD, in SimplifySDivInst()
886 Value *llvm::SimplifySDivInst(Value *Op0, Value *Op1, const TargetData *TD, in SimplifySDivInst()
893 static Value *SimplifyUDivInst(Value *Op0, Value *Op1, const TargetData *TD, in SimplifyUDivInst()
901 Value *llvm::SimplifyUDivInst(Value *Op0, Value *Op1, const TargetData *TD, in SimplifyUDivInst()
906 static Value *SimplifyFDivInst(Value *Op0, Value *Op1, const TargetData *, in SimplifyFDivInst()
919 Value *llvm::SimplifyFDivInst(Value *Op0, Value *Op1, const TargetData *TD, in SimplifyFDivInst()
926 static Value *SimplifyRem(Instruction::BinaryOps Opcode, Value *Op0, Value *Op1, in SimplifyRem()
981 static Value *SimplifySRemInst(Value *Op0, Value *Op1, const TargetData *TD, in SimplifySRemInst()
989 Value *llvm::SimplifySRemInst(Value *Op0, Value *Op1, const TargetData *TD, in SimplifySRemInst()
996 static Value *SimplifyURemInst(Value *Op0, Value *Op1, const TargetData *TD, in SimplifyURemInst()
1004 Value *llvm::SimplifyURemInst(Value *Op0, Value *Op1, const TargetData *TD, in SimplifyURemInst()
1009 static Value *SimplifyFRemInst(Value *Op0, Value *Op1, const TargetData *, in SimplifyFRemInst()
1022 Value *llvm::SimplifyFRemInst(Value *Op0, Value *Op1, const TargetData *TD, in SimplifyFRemInst()
1029 static Value *SimplifyShift(unsigned Opcode, Value *Op0, Value *Op1, in SimplifyShift()
1074 static Value *SimplifyShlInst(Value *Op0, Value *Op1, bool isNSW, bool isNUW, in SimplifyShlInst()
1092 Value *llvm::SimplifyShlInst(Value *Op0, Value *Op1, bool isNSW, bool isNUW, in SimplifyShlInst()
1099 static Value *SimplifyLShrInst(Value *Op0, Value *Op1, bool isExact, in SimplifyLShrInst()
1118 Value *llvm::SimplifyLShrInst(Value *Op0, Value *Op1, bool isExact, in SimplifyLShrInst()
1125 static Value *SimplifyAShrInst(Value *Op0, Value *Op1, bool isExact, in SimplifyAShrInst()
1148 Value *llvm::SimplifyAShrInst(Value *Op0, Value *Op1, bool isExact, in SimplifyAShrInst()
1155 static Value *SimplifyAndInst(Value *Op0, Value *Op1, const TargetData *TD, in SimplifyAndInst()
1237 Value *llvm::SimplifyAndInst(Value *Op0, Value *Op1, const TargetData *TD, in SimplifyAndInst()
1244 static Value *SimplifyOrInst(Value *Op0, Value *Op1, const TargetData *TD, in SimplifyOrInst()
1331 Value *llvm::SimplifyOrInst(Value *Op0, Value *Op1, const TargetData *TD, in SimplifyOrInst()
1338 static Value *SimplifyXorInst(Value *Op0, Value *Op1, const TargetData *TD, in SimplifyXorInst()
1390 Value *llvm::SimplifyXorInst(Value *Op0, Value *Op1, const TargetData *TD, in SimplifyXorInst()