OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ZeroExt
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
HexagonISelLowering.h
455
bool
ZeroExt
, SelectionDAG &DAG) const;
HexagonISelLoweringHVX.cpp
1153
MVT ResTy, bool
ZeroExt
, SelectionDAG &DAG) const {
1158
if (!
ZeroExt
)
/src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGBuiltin.cpp
12224
Value *
ZeroExt
= CGF.Builder.CreateZExt(Ops[0], Int32Ty);
12225
Value *Shl = CGF.Builder.CreateShl(
ZeroExt
, 16);
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
DAGCombiner.cpp
18844
bool
ZeroExt
= In.getOpcode() == ISD::ZERO_EXTEND;
18847
if (!
ZeroExt
&& !AnyExt) {
18852
// The input is a
ZeroExt
or AnyExt. Check the original type.
Completed in 76 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026