OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SimplifyFNegInst
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
InstructionSimplify.h
148
Value *
SimplifyFNegInst
(Value *Op, FastMathFlags FMF,
/src/external/apache2/llvm/dist/llvm/lib/Analysis/
InlineCost.cpp
1708
Value *SimpleV =
SimplifyFNegInst
(
InstructionSimplify.cpp
4770
static Value *
simplifyFNegInst
(Value *Op, FastMathFlags FMF,
4783
Value *llvm::
SimplifyFNegInst
(Value *Op, FastMathFlags FMF,
4785
return ::
simplifyFNegInst
(Op, FMF, Q, RecursionLimit);
5062
return
simplifyFNegInst
(Op, FastMathFlags(), Q, MaxRecurse);
5076
return
simplifyFNegInst
(Op, FMF, Q, MaxRecurse);
5829
Result =
SimplifyFNegInst
(I->getOperand(0), I->getFastMathFlags(), Q);
/src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
InstCombineAddSub.cpp
2173
if (Value *V =
SimplifyFNegInst
(Op, I.getFastMathFlags(),
Completed in 59 milliseconds
Indexes created Wed Jun 10 00:26:05 UTC 2026