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_FPToSI
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
InstCombineCasts.cpp
1654
if (match(Src,
m_FPToSI
(m_Value(F))) || match(Src, m_FPToUI(m_Value(F)))) {
1658
if (!IsSigned && match(Src,
m_FPToSI
(m_Value())))
/src/external/apache2/llvm/dist/llvm/include/llvm/IR/
PatternMatch.h
1687
inline CastClass_match<OpTy, Instruction::FPToSI>
m_FPToSI
(const OpTy &Op) {
Completed in 53 milliseconds
Indexes created Wed Jun 17 00:25:26 UTC 2026