Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DLoopUnswitch.cpp776 auto *AllOne = cast<ConstantInt>(Constant::getAllOnesValue(SC->getType())); in processCurrentLoop() local
777 if (BranchesInfo.isUnswitched(SI, AllOne)) in processCurrentLoop()
780 UnswitchVal = AllOne; in processCurrentLoop()