OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CreateLogicalOr
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/include/llvm/IR/
IRBuilder.h
1546
Value *
CreateLogicalOr
(Value *Cond1, Value *Cond2, const Twine &Name = "") {
/src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
InstCombineSelect.cpp
3065
Value *Or = Builder.
CreateLogicalOr
(CondVal, FalseSI->getCondition());
/src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
SimplifyCFG.cpp
2987
return Builder.
CreateLogicalOr
(LHS, RHS, Name);
Completed in 89 milliseconds
Indexes created Wed Aug 05 00:25:39 UTC 2026