OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LHSKnownNegative
(Results
1 - 3
of
3
) sorted by null
/external/llvm/lib/Analysis/
InstructionSimplify.cpp
[
all
...]
/external/llvm/lib/Transforms/InstCombine/
InstCombineCalls.cpp
359
bool
LHSKnownNegative
= LHSKnownOne[BitWidth - 1];
362
if (
LHSKnownNegative
|| LHSKnownPositive) {
368
if (
LHSKnownNegative
&& RHSKnownNegative) {
[
all
...]
InstCombineAddSub.cpp
949
bool LHSKnownNonNegative,
LHSKnownNegative
;
951
ComputeSignBit(LHS, LHSKnownNonNegative,
LHSKnownNegative
, DL, 0);
[
all
...]
Completed in 309 milliseconds