Home
last modified time | relevance | path

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

/dports/devel/llvm80/llvm-8.0.1.src/lib/Transforms/Utils/
H A DLowerSwitch.cpp257 ConstantInt *NewLowerBound = Pivot.Low; in switchConvert() local
261 ConstantInt *NewUpperBound = ConstantInt::get(NewLowerBound->getContext(), in switchConvert()
262 NewLowerBound->getValue() - 1); in switchConvert()
267 int64_t GapHigh = NewLowerBound->getSExtValue() - 1; in switchConvert()
278 dbgs() << NewLowerBound->getSExtValue() << " - "; if (UpperBound) { in switchConvert()
293 BasicBlock *RBranch = switchConvert(RHS.begin(), RHS.end(), NewLowerBound, in switchConvert()
/dports/devel/llvm70/llvm-7.0.1.src/lib/Transforms/Utils/
H A DLowerSwitch.cpp257 ConstantInt *NewLowerBound = Pivot.Low; in switchConvert() local
261 ConstantInt *NewUpperBound = ConstantInt::get(NewLowerBound->getContext(), in switchConvert()
262 NewLowerBound->getValue() - 1); in switchConvert()
267 int64_t GapHigh = NewLowerBound->getSExtValue() - 1; in switchConvert()
278 dbgs() << NewLowerBound->getSExtValue() << " - "; if (UpperBound) { in switchConvert()
293 BasicBlock *RBranch = switchConvert(RHS.begin(), RHS.end(), NewLowerBound, in switchConvert()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/lib/Transforms/Utils/
H A DLowerSwitch.cpp258 ConstantInt *NewLowerBound = Pivot.Low; in SwitchConvert() local
262 ConstantInt *NewUpperBound = ConstantInt::get(NewLowerBound->getContext(), in SwitchConvert()
263 NewLowerBound->getValue() - 1); in SwitchConvert()
268 int64_t GapHigh = NewLowerBound->getSExtValue() - 1; in SwitchConvert()
276 << "RHS Bounds ==> [" << NewLowerBound->getSExtValue() in SwitchConvert()
291 SwitchConvert(RHS.begin(), RHS.end(), NewLowerBound, UpperBound, Val, in SwitchConvert()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/lib/Transforms/Utils/
H A DLowerSwitch.cpp279 ConstantInt *NewLowerBound = Pivot.Low; in switchConvert() local
283 ConstantInt *NewUpperBound = ConstantInt::get(NewLowerBound->getContext(), in switchConvert()
284 NewLowerBound->getValue() - 1); in switchConvert()
289 int64_t GapHigh = NewLowerBound->getSExtValue() - 1; in switchConvert()
297 << "RHS Bounds ==> [" << NewLowerBound->getSExtValue() in switchConvert()
311 BasicBlock *RBranch = switchConvert(RHS.begin(), RHS.end(), NewLowerBound, in switchConvert()
/dports/devel/llvm10/llvm-10.0.1.src/lib/Transforms/Utils/
H A DLowerSwitch.cpp286 ConstantInt *NewLowerBound = Pivot.Low; in switchConvert() local
290 ConstantInt *NewUpperBound = ConstantInt::get(NewLowerBound->getContext(), in switchConvert()
291 NewLowerBound->getValue() - 1); in switchConvert()
296 int64_t GapHigh = NewLowerBound->getSExtValue() - 1; in switchConvert()
304 << "RHS Bounds ==> [" << NewLowerBound->getSExtValue() in switchConvert()
318 BasicBlock *RBranch = switchConvert(RHS.begin(), RHS.end(), NewLowerBound, in switchConvert()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/Transforms/Utils/
H A DLowerSwitch.cpp258 ConstantInt *NewLowerBound = Pivot.Low; in SwitchConvert() local
262 ConstantInt *NewUpperBound = ConstantInt::get(NewLowerBound->getContext(), in SwitchConvert()
263 NewLowerBound->getValue() - 1); in SwitchConvert()
268 int64_t GapHigh = NewLowerBound->getSExtValue() - 1; in SwitchConvert()
276 << "RHS Bounds ==> [" << NewLowerBound->getSExtValue() in SwitchConvert()
291 SwitchConvert(RHS.begin(), RHS.end(), NewLowerBound, UpperBound, Val, in SwitchConvert()
/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/Transforms/Utils/
H A DLowerSwitch.cpp258 ConstantInt *NewLowerBound = Pivot.Low; in SwitchConvert() local
262 ConstantInt *NewUpperBound = ConstantInt::get(NewLowerBound->getContext(), in SwitchConvert()
263 NewLowerBound->getValue() - 1); in SwitchConvert()
268 int64_t GapHigh = NewLowerBound->getSExtValue() - 1; in SwitchConvert()
276 << "RHS Bounds ==> [" << NewLowerBound->getSExtValue() in SwitchConvert()
291 SwitchConvert(RHS.begin(), RHS.end(), NewLowerBound, UpperBound, Val, in SwitchConvert()
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/lib/Transforms/Utils/
H A DLowerSwitch.cpp258 ConstantInt *NewLowerBound = Pivot.Low; in SwitchConvert() local
262 ConstantInt *NewUpperBound = ConstantInt::get(NewLowerBound->getContext(), in SwitchConvert()
263 NewLowerBound->getValue() - 1); in SwitchConvert()
268 int64_t GapHigh = NewLowerBound->getSExtValue() - 1; in SwitchConvert()
276 << "RHS Bounds ==> [" << NewLowerBound->getSExtValue() in SwitchConvert()
291 SwitchConvert(RHS.begin(), RHS.end(), NewLowerBound, UpperBound, Val, in SwitchConvert()
/dports/devel/llvm11/llvm-11.0.1.src/lib/Transforms/Utils/
H A DLowerSwitch.cpp279 ConstantInt *NewLowerBound = Pivot.Low; in switchConvert() local
283 ConstantInt *NewUpperBound = ConstantInt::get(NewLowerBound->getContext(), in switchConvert()
284 NewLowerBound->getValue() - 1); in switchConvert()
289 int64_t GapHigh = NewLowerBound->getSExtValue() - 1; in switchConvert()
297 << "RHS Bounds ==> [" << NewLowerBound->getSExtValue() in switchConvert()
311 BasicBlock *RBranch = switchConvert(RHS.begin(), RHS.end(), NewLowerBound, in switchConvert()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/lib/Transforms/Utils/
H A DLowerSwitch.cpp258 ConstantInt *NewLowerBound = Pivot.Low; in SwitchConvert() local
262 ConstantInt *NewUpperBound = ConstantInt::get(NewLowerBound->getContext(), in SwitchConvert()
263 NewLowerBound->getValue() - 1); in SwitchConvert()
268 int64_t GapHigh = NewLowerBound->getSExtValue() - 1; in SwitchConvert()
276 << "RHS Bounds ==> [" << NewLowerBound->getSExtValue() in SwitchConvert()
291 SwitchConvert(RHS.begin(), RHS.end(), NewLowerBound, UpperBound, Val, in SwitchConvert()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
H A DLowerSwitch.cpp286 ConstantInt *NewLowerBound = Pivot.Low; in switchConvert() local
290 ConstantInt *NewUpperBound = ConstantInt::get(NewLowerBound->getContext(), in switchConvert()
291 NewLowerBound->getValue() - 1); in switchConvert()
296 int64_t GapHigh = NewLowerBound->getSExtValue() - 1; in switchConvert()
304 << "RHS Bounds ==> [" << NewLowerBound->getSExtValue() in switchConvert()
318 BasicBlock *RBranch = switchConvert(RHS.begin(), RHS.end(), NewLowerBound, in switchConvert()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/lib/Transforms/Utils/
H A DLowerSwitch.cpp258 ConstantInt *NewLowerBound = Pivot.Low; in SwitchConvert() local
262 ConstantInt *NewUpperBound = ConstantInt::get(NewLowerBound->getContext(), in SwitchConvert()
263 NewLowerBound->getValue() - 1); in SwitchConvert()
268 int64_t GapHigh = NewLowerBound->getSExtValue() - 1; in SwitchConvert()
276 << "RHS Bounds ==> [" << NewLowerBound->getSExtValue() in SwitchConvert()
291 SwitchConvert(RHS.begin(), RHS.end(), NewLowerBound, UpperBound, Val, in SwitchConvert()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/lib/Transforms/Utils/
H A DLowerSwitch.cpp258 ConstantInt *NewLowerBound = Pivot.Low; in SwitchConvert() local
262 ConstantInt *NewUpperBound = ConstantInt::get(NewLowerBound->getContext(), in SwitchConvert()
263 NewLowerBound->getValue() - 1); in SwitchConvert()
268 int64_t GapHigh = NewLowerBound->getSExtValue() - 1; in SwitchConvert()
276 << "RHS Bounds ==> [" << NewLowerBound->getSExtValue() in SwitchConvert()
291 SwitchConvert(RHS.begin(), RHS.end(), NewLowerBound, UpperBound, Val, in SwitchConvert()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/lib/Transforms/Utils/
H A DLowerSwitch.cpp258 ConstantInt *NewLowerBound = Pivot.Low; in SwitchConvert() local
262 ConstantInt *NewUpperBound = ConstantInt::get(NewLowerBound->getContext(), in SwitchConvert()
263 NewLowerBound->getValue() - 1); in SwitchConvert()
268 int64_t GapHigh = NewLowerBound->getSExtValue() - 1; in SwitchConvert()
276 << "RHS Bounds ==> [" << NewLowerBound->getSExtValue() in SwitchConvert()
291 SwitchConvert(RHS.begin(), RHS.end(), NewLowerBound, UpperBound, Val, in SwitchConvert()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/lib/Transforms/Utils/
H A DLowerSwitch.cpp286 ConstantInt *NewLowerBound = Pivot.Low; in switchConvert() local
290 ConstantInt *NewUpperBound = ConstantInt::get(NewLowerBound->getContext(), in switchConvert()
291 NewLowerBound->getValue() - 1); in switchConvert()
296 int64_t GapHigh = NewLowerBound->getSExtValue() - 1; in switchConvert()
304 << "RHS Bounds ==> [" << NewLowerBound->getSExtValue() in switchConvert()
318 BasicBlock *RBranch = switchConvert(RHS.begin(), RHS.end(), NewLowerBound, in switchConvert()
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/lib/Transforms/Utils/
H A DLowerSwitch.cpp258 ConstantInt *NewLowerBound = Pivot.Low; in SwitchConvert() local
262 ConstantInt *NewUpperBound = ConstantInt::get(NewLowerBound->getContext(), in SwitchConvert()
263 NewLowerBound->getValue() - 1); in SwitchConvert()
268 int64_t GapHigh = NewLowerBound->getSExtValue() - 1; in SwitchConvert()
276 << "RHS Bounds ==> [" << NewLowerBound->getSExtValue() in SwitchConvert()
291 SwitchConvert(RHS.begin(), RHS.end(), NewLowerBound, UpperBound, Val, in SwitchConvert()
/dports/devel/llvm90/llvm-9.0.1.src/lib/Transforms/Utils/
H A DLowerSwitch.cpp285 ConstantInt *NewLowerBound = Pivot.Low; in switchConvert() local
289 ConstantInt *NewUpperBound = ConstantInt::get(NewLowerBound->getContext(), in switchConvert()
290 NewLowerBound->getValue() - 1); in switchConvert()
295 int64_t GapHigh = NewLowerBound->getSExtValue() - 1; in switchConvert()
303 << "RHS Bounds ==> [" << NewLowerBound->getSExtValue() in switchConvert()
317 BasicBlock *RBranch = switchConvert(RHS.begin(), RHS.end(), NewLowerBound, in switchConvert()