OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_FAbs
(Results
1 - 5
of
5
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/tools/bugpoint-passes/
TestPasses.cpp
175
if (match(&I,
m_FAbs
(m_FAdd(m_Value(), m_Value()))) &&
/src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
InstCombineMulDivRem.cpp
410
if (Op0 == Op1 && match(Op0,
m_FAbs
(m_Value(X))))
415
if (match(Op0,
m_FAbs
(m_Value(X))) && match(Op1,
m_FAbs
(m_Value(Y))) &&
1411
(match(&I, m_FDiv(m_Value(X),
m_FAbs
(m_Deferred(X)))) ||
1412
match(&I, m_FDiv(
m_FAbs
(m_Value(X)), m_Deferred(X))))) {
InstCombineCalls.cpp
1403
if (match(Src0,
m_FAbs
(m_Value(X))) &&
1404
match(Src1,
m_FAbs
(m_Specific(X)))) {
1456
if (match(Mag,
m_FAbs
(m_Value(X))) || match(Mag, m_FNeg(m_Value(X))))
1500
if (match(Src, m_FNeg(m_Value(X))) || match(Src,
m_FAbs
(m_Value(X)))) {
InstCombineCompares.cpp
6097
if (!match(I.getOperand(0),
m_FAbs
(m_Value(X))) ||
/src/external/apache2/llvm/dist/llvm/include/llvm/IR/
PatternMatch.h
2166
inline typename m_Intrinsic_Ty<Opnd0>::Ty
m_FAbs
(const Opnd0 &Op0) {
Completed in 28 milliseconds
Indexes created Sat Aug 08 00:24:54 UTC 2026