OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:KnownCond
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
EarlyCSE.cpp
1298
if (auto *
KnownCond
= AvailableValues.lookup(CondI)) {
1300
if (isa<ConstantInt>(
KnownCond
) &&
1301
cast<ConstantInt>(
KnownCond
)->isOne()) {
1311
cast<CallInst>(Inst).setArgOperand(0,
KnownCond
);
JumpThreading.cpp
964
bool
KnownCond
;
967
KnownCond
= CI->isOne();
973
KnownCond
= (TrueVal != nullptr);
977
if (Constant *Val =
KnownCond
? TrueVal : FalseVal)
Completed in 19 milliseconds
Indexes created Wed Jun 17 00:25:26 UTC 2026