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_APFloat
(Results
1 - 10
of
10
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
Reassociate.cpp
2062
if (match(I->getOperand(1),
m_APFloat
(C)) && C->isNegative()) {
2075
if ((match(I->getOperand(0),
m_APFloat
(C)) && C->isNegative()) ||
2076
(match(I->getOperand(1),
m_APFloat
(C)) && C->isNegative())) {
2114
if (match(Negatible->getOperand(0),
m_APFloat
(C))) {
2121
if (match(Negatible->getOperand(1),
m_APFloat
(C))) {
/src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
InstCombineCalls.cpp
1318
if (M->getIntrinsicID() == IID && match(Arg1,
m_APFloat
(C1)) &&
1320
match(M->getArgOperand(1),
m_APFloat
(C2))) ||
1322
match(M->getArgOperand(0),
m_APFloat
(C2))))) {
1440
if (match(Sign,
m_APFloat
(C)) && C->isNegative()) {
InstCombineSelect.cpp
2395
if (!match(TVal,
m_APFloat
(TC)) || !match(FVal,
m_APFloat
(FC)) ||
InstCombineCompares.cpp
6081
if (!match(LHSI->getOperand(0),
m_APFloat
(C)))
6287
if (match(Op1,
m_APFloat
(C))) {
6311
if (match(Op0, m_OneUse(m_Intrinsic<Intrinsic::copysign>(
m_APFloat
(C),
InstCombineAddSub.cpp
1514
if (match(XY,
m_APFloat
(C)) && !C->isNormal())
/src/external/apache2/llvm/dist/llvm/lib/Analysis/
InstructionSimplify.cpp
3703
if (match(RHS,
m_APFloat
(C))) {
3771
if ((match(LHS, m_Intrinsic<Intrinsic::minnum>(m_Value(),
m_APFloat
(C2))) &&
3773
(match(LHS, m_Intrinsic<Intrinsic::maxnum>(m_Value(),
m_APFloat
(C2))) &&
4123
if (HasNoSignedZeros || (match(T,
m_APFloat
(C)) && C->isNonZero()) ||
4124
(match(F,
m_APFloat
(C)) && C->isNonZero())) {
5598
if (match(Op1,
m_APFloat
(C)) &&
ValueTracking.cpp
3529
return match(V,
m_APFloat
(C)) &&
5531
if (CmpRHS != TrueVal || !match(CmpRHS,
m_APFloat
(FC1)) || !FC1->isFinite())
5541
m_CombineOr(m_OrdFMin(m_Specific(CmpLHS),
m_APFloat
(FC2)),
5542
m_UnordFMin(m_Specific(CmpLHS),
m_APFloat
(FC2)))) &&
5551
m_CombineOr(m_OrdFMax(m_Specific(CmpLHS),
m_APFloat
(FC2)),
5552
m_UnordFMax(m_Specific(CmpLHS),
m_APFloat
(FC2)))) &&
/src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
AMDGPUInstCombineIntrinsic.cpp
816
match(Op0, PatternMatch::
m_APFloat
(C));
/src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
SimplifyLibCalls.cpp
1520
if (!match(Pow->getArgOperand(0),
m_APFloat
(BaseF)))
1620
if (!match(Expo,
m_APFloat
(ExpoF)) ||
1715
if (AllowApprox && match(Expo,
m_APFloat
(ExpoF)) &&
/src/external/apache2/llvm/dist/llvm/include/llvm/IR/
PatternMatch.h
287
inline apfloat_match
m_APFloat
(const APFloat *&Res) {
Completed in 189 milliseconds
Indexes created Sun Sep 20 00:26:38 UTC 2026