Home
last modified time | relevance | path

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

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