Searched refs:getOne (Results 1 – 2 of 2) sorted by relevance
39 static BranchProbability getOne() { return BranchProbability(1, 1); } in getOne() function
27 static ConstantInt *getOne(Constant *C) { in getOne() function816 ConstantInt *RangeSize = DivI->isExact() ? getOne(Prod) : DivRHS; in FoldICmpDivCst()