Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopUnswitch.cpp793 auto *AllOne = cast<ConstantInt>(Constant::getAllOnesValue(SC->getType())); in processCurrentLoop() local
794 if (BranchesInfo.isUnswitched(SI, AllOne)) in processCurrentLoop()
797 UnswitchVal = AllOne; in processCurrentLoop()