OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:PT_Assume
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Utils/
PredicateInfo.h
69
enum PredicateType { PT_Branch,
PT_Assume
, PT_Switch };
99
return PB->Type ==
PT_Assume
|| PB->Type == PT_Branch ||
118
: PredicateBase(
PT_Assume
, Op, Condition), AssumeInst(AssumeInst) {}
121
return PB->Type ==
PT_Assume
;
PredicateInfo.h
69
enum PredicateType { PT_Branch,
PT_Assume
, PT_Switch };
99
return PB->Type ==
PT_Assume
|| PB->Type == PT_Branch ||
118
: PredicateBase(
PT_Assume
, Op, Condition), AssumeInst(AssumeInst) {}
121
return PB->Type ==
PT_Assume
;
Completed in 28 milliseconds
Indexes created Fri Jun 05 00:26:10 UTC 2026