OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SimplifyAndInst
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
InstructionSimplify.h
214
Value *
SimplifyAndInst
(Value *LHS, Value *RHS, const SimplifyQuery &Q);
/src/external/apache2/llvm/dist/llvm/lib/Analysis/
InstructionSimplify.cpp
54
static Value *
SimplifyAndInst
(Value *, Value *, const SimplifyQuery &, unsigned);
192
if (Value *V =
SimplifyAndInst
(Cond, TCmp, Q, MaxRecurse))
890
if (Value *V =
SimplifyAndInst
(Op0, Op1, Q, MaxRecurse-1))
1977
static Value *
SimplifyAndInst
(Value *Op0, Value *Op1, const SimplifyQuery &Q,
2139
Value *llvm::
SimplifyAndInst
(Value *Op0, Value *Op1, const SimplifyQuery &Q) {
2140
return ::
SimplifyAndInst
(Op0, Op1, Q, RecursionLimit);
5117
return
SimplifyAndInst
(LHS, RHS, Q, MaxRecurse);
5893
Result =
SimplifyAndInst
(I->getOperand(0), I->getOperand(1), Q);
/src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
InstCombineAndOrXor.cpp
1787
if (Value *V =
SimplifyAndInst
(I.getOperand(0), I.getOperand(1),
Completed in 60 milliseconds
Indexes created Wed Jun 10 00:26:05 UTC 2026