OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_FSub
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/Analysis/
InstructionSimplify.cpp
814
if (match(Op1,
m_FSub
(m_AnyZero(), m_Specific(Op0))))
816
else if (match(Op0,
m_FSub
(m_AnyZero(), m_Specific(Op1))))
[
all
...]
/external/llvm/include/llvm/IR/
PatternMatch.h
452
inline BinaryOp_match<LHS, RHS, Instruction::FSub>
m_FSub
(const LHS &L,
[
all
...]
Completed in 521 milliseconds