OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:HadTrunc
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
InstCombineShifts.cpp
204
bool
HadTrunc
= WidestTy != NarrowestTy;
312
if (
HadTrunc
)
1222
bool
HadTrunc
= MaybeTrunc != HighBitExtract;
1245
if (
HadTrunc
&& !match(&OldAShr, m_c_BinOp(m_OneUse(m_Value()), m_Value())))
1253
if (!
HadTrunc
)
InstCombineAddSub.cpp
1172
bool
HadTrunc
= I.getType() != XTy;
1176
if (
HadTrunc
&& !match(&I, m_c_BinOp(m_OneUse(m_Value()), m_Value())))
1243
if (!
HadTrunc
)
InstCombineCompares.cpp
3548
bool
HadTrunc
= WidestTy != I.getOperand(0)->getType();
3571
if (
HadTrunc
) {
3619
if (
HadTrunc
&& match(WidestShift, m_LShr(m_Value(), m_Value()))) {
Completed in 23 milliseconds
Indexes created Wed Jun 17 00:25:26 UTC 2026