Searched refs:ConstantOne (Results 1 – 3 of 3) sorted by relevance
12050 APInt ConstantOne; in expandPartialReduceMLA() local12051 if (!ISD::isConstantSplatVector(MulRHS.getNode(), ConstantOne) || in expandPartialReduceMLA()12052 !ConstantOne.isOne()) in expandPartialReduceMLA()
12946 APInt ConstantOne; in foldPartialReduceAdd() local12947 if (!ISD::isConstantSplatVector(Op2.getNode(), ConstantOne) || in foldPartialReduceAdd()12948 !ConstantOne.isOne()) in foldPartialReduceAdd()
18799 llvm::APSInt ConstantOne = llvm::APSInt::get(1); in checkOMPArraySectionConstantForReduction() local18800 ArraySizes.push_back(ConstantOne); in checkOMPArraySectionConstantForReduction()18819 llvm::APSInt ConstantOne = llvm::APSInt::get(1); in checkOMPArraySectionConstantForReduction() local18820 ArraySizes.push_back(ConstantOne); in checkOMPArraySectionConstantForReduction()