OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SimplifyAShrInst
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
InstructionSimplify.h
210
Value *
SimplifyAShrInst
(Value *Op0, Value *Op1, bool isExact,
/src/external/apache2/llvm/dist/llvm/lib/Analysis/
InstructionSimplify.cpp
1398
static Value *
SimplifyAShrInst
(Value *Op0, Value *Op1, bool isExact,
1422
Value *llvm::
SimplifyAShrInst
(Value *Op0, Value *Op1, bool isExact,
1424
return ::
SimplifyAShrInst
(Op0, Op1, isExact, Q, RecursionLimit);
5115
return
SimplifyAShrInst
(LHS, RHS, false, Q, MaxRecurse);
5889
Result =
SimplifyAShrInst
(I->getOperand(0), I->getOperand(1),
/src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
InstCombineShifts.cpp
1261
if (Value *V =
SimplifyAShrInst
(I.getOperand(0), I.getOperand(1), I.isExact(),
Completed in 31 milliseconds
Indexes created Tue Jun 16 00:25:01 UTC 2026