Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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()