OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SimplifyShlInst
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
InstructionSimplify.h
202
Value *
SimplifyShlInst
(Value *Op0, Value *Op1, bool isNSW, bool isNUW,
/src/external/apache2/llvm/dist/llvm/lib/Analysis/
InstructionSimplify.cpp
1327
static Value *
SimplifyShlInst
(Value *Op0, Value *Op1, bool isNSW, bool isNUW,
1353
Value *llvm::
SimplifyShlInst
(Value *Op0, Value *Op1, bool isNSW, bool isNUW,
1355
return ::
SimplifyShlInst
(Op0, Op1, isNSW, isNUW, Q, RecursionLimit);
5111
return
SimplifyShlInst
(LHS, RHS, false, false, Q, MaxRecurse);
5880
SimplifyShlInst
(I->getOperand(0), I->getOperand(1),
/src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
InstCombineShifts.cpp
894
if (Value *V =
SimplifyShlInst
(I.getOperand(0), I.getOperand(1),
Completed in 25 milliseconds
Indexes created Tue Jun 09 00:24:00 UTC 2026