Home
last modified time | relevance | path

Searched refs:getOne (Results 1 – 2 of 2) sorted by relevance

/external/llvm/include/llvm/Support/
DBranchProbability.h39 static BranchProbability getOne() { return BranchProbability(1, 1); } in getOne() function
/external/llvm/lib/Transforms/InstCombine/
DInstCombineCompares.cpp27 static ConstantInt *getOne(Constant *C) { in getOne() function
816 ConstantInt *RangeSize = DivI->isExact() ? getOne(Prod) : DivRHS; in FoldICmpDivCst()