Home
last modified time | relevance | path

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

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp5266 auto ConstantIsOk = [WillIncrement, IsSigned](ConstantInt *C) { in getFlippedStrictnessPredicateAndConstant() local
5273 if (!ConstantIsOk(CI)) in getFlippedStrictnessPredicateAndConstant()
5288 if (!CI || !ConstantIsOk(CI)) in getFlippedStrictnessPredicateAndConstant()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp5201 auto ConstantIsOk = [WillIncrement, IsSigned](ConstantInt *C) { in getFlippedStrictnessPredicateAndConstant() local
5208 if (!ConstantIsOk(CI)) in getFlippedStrictnessPredicateAndConstant()
5223 if (!CI || !ConstantIsOk(CI)) in getFlippedStrictnessPredicateAndConstant()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp5385 auto ConstantIsOk = [WillIncrement, IsSigned](ConstantInt *C) { in getFlippedStrictnessPredicateAndConstant() local
5392 if (!ConstantIsOk(CI)) in getFlippedStrictnessPredicateAndConstant()
5407 if (!CI || !ConstantIsOk(CI)) in getFlippedStrictnessPredicateAndConstant()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp5239 auto ConstantIsOk = [WillIncrement, IsSigned](ConstantInt *C) { in getFlippedStrictnessPredicateAndConstant() local
5246 if (!ConstantIsOk(CI)) in getFlippedStrictnessPredicateAndConstant()
5261 if (!CI || !ConstantIsOk(CI)) in getFlippedStrictnessPredicateAndConstant()
/dports/devel/llvm10/llvm-10.0.1.src/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp5201 auto ConstantIsOk = [WillIncrement, IsSigned](ConstantInt *C) { in getFlippedStrictnessPredicateAndConstant() local
5208 if (!ConstantIsOk(CI)) in getFlippedStrictnessPredicateAndConstant()
5223 if (!CI || !ConstantIsOk(CI)) in getFlippedStrictnessPredicateAndConstant()
/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp5385 auto ConstantIsOk = [WillIncrement, IsSigned](ConstantInt *C) { in getFlippedStrictnessPredicateAndConstant() local
5392 if (!ConstantIsOk(CI)) in getFlippedStrictnessPredicateAndConstant()
5407 if (!CI || !ConstantIsOk(CI)) in getFlippedStrictnessPredicateAndConstant()
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp5240 auto ConstantIsOk = [WillIncrement, IsSigned](ConstantInt *C) { in getFlippedStrictnessPredicateAndConstant() local
5247 if (!ConstantIsOk(CI)) in getFlippedStrictnessPredicateAndConstant()
5262 if (!CI || !ConstantIsOk(CI)) in getFlippedStrictnessPredicateAndConstant()
/dports/devel/llvm11/llvm-11.0.1.src/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp5203 auto ConstantIsOk = [WillIncrement, IsSigned](ConstantInt *C) { in getFlippedStrictnessPredicateAndConstant() local
5210 if (!ConstantIsOk(CI)) in getFlippedStrictnessPredicateAndConstant()
5225 if (!CI || !ConstantIsOk(CI)) in getFlippedStrictnessPredicateAndConstant()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp5385 auto ConstantIsOk = [WillIncrement, IsSigned](ConstantInt *C) { in getFlippedStrictnessPredicateAndConstant() local
5392 if (!ConstantIsOk(CI)) in getFlippedStrictnessPredicateAndConstant()
5407 if (!CI || !ConstantIsOk(CI)) in getFlippedStrictnessPredicateAndConstant()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp5201 auto ConstantIsOk = [WillIncrement, IsSigned](ConstantInt *C) { in getFlippedStrictnessPredicateAndConstant() local
5208 if (!ConstantIsOk(CI)) in getFlippedStrictnessPredicateAndConstant()
5223 if (!CI || !ConstantIsOk(CI)) in getFlippedStrictnessPredicateAndConstant()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp5385 auto ConstantIsOk = [WillIncrement, IsSigned](ConstantInt *C) { in getFlippedStrictnessPredicateAndConstant() local
5392 if (!ConstantIsOk(CI)) in getFlippedStrictnessPredicateAndConstant()
5407 if (!CI || !ConstantIsOk(CI)) in getFlippedStrictnessPredicateAndConstant()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp5240 auto ConstantIsOk = [WillIncrement, IsSigned](ConstantInt *C) { in getFlippedStrictnessPredicateAndConstant() local
5247 if (!ConstantIsOk(CI)) in getFlippedStrictnessPredicateAndConstant()
5262 if (!CI || !ConstantIsOk(CI)) in getFlippedStrictnessPredicateAndConstant()
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp5385 auto ConstantIsOk = [WillIncrement, IsSigned](ConstantInt *C) { in getFlippedStrictnessPredicateAndConstant() local
5392 if (!ConstantIsOk(CI)) in getFlippedStrictnessPredicateAndConstant()
5407 if (!CI || !ConstantIsOk(CI)) in getFlippedStrictnessPredicateAndConstant()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp5496 auto ConstantIsOk = [WillIncrement, IsSigned](ConstantInt *C) { in getFlippedStrictnessPredicateAndConstant() local
5503 if (!ConstantIsOk(CI)) in getFlippedStrictnessPredicateAndConstant()
5518 if (!CI || !ConstantIsOk(CI)) in getFlippedStrictnessPredicateAndConstant()