OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UndefLHS
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
TargetLowering.cpp
2690
APInt
UndefLHS
, ZeroLHS;
2692
if (SimplifyDemandedVectorElts(Op.getOperand(1), DemandedLHS,
UndefLHS
,
2699
KnownUndef =
UndefLHS
& UndefRHS;
2721
APInt
UndefLHS
, ZeroLHS;
2723
if (SimplifyDemandedVectorElts(Op.getOperand(0), DemandedLHS,
UndefLHS
,
2738
if (!DemandedElts[i] || (M < (int)NumElts &&
UndefLHS
[M]) ||
2763
if (
UndefLHS
[M])
2823
APInt
UndefLHS
, ZeroLHS;
2824
if (SimplifyDemandedVectorElts(Op0, DemandedElts,
UndefLHS
, ZeroLHS, TLO,
2829
KnownUndef = getKnownUndefForVectorBinop(Op, TLO.DAG,
UndefLHS
, UndefRHS)
[
all
...]
SelectionDAG.cpp
2488
APInt
UndefLHS
, UndefRHS;
2491
if (isSplatValue(LHS, DemandedElts,
UndefLHS
, Depth + 1) &&
2493
UndefElts =
UndefLHS
| UndefRHS;
Completed in 26 milliseconds
Indexes created Sat Jun 20 00:25:23 UTC 2026