OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:OpInit
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/TableGen/
SetTheory.cpp
299
DefInit *
OpInit
= dyn_cast<DefInit>(DagExpr->getOperator());
300
if (!
OpInit
)
302
auto I = Operators.find(
OpInit
->getDef()->getName());
/src/external/apache2/llvm/dist/llvm/include/llvm/TableGen/
Record.h
732
class
OpInit
: public TypedInit {
734
explicit
OpInit
(InitKind K, RecTy *Type, uint8_t Opc)
738
OpInit
(const
OpInit
&) = delete;
739
OpInit
&operator=(
OpInit
&) = delete;
747
virtual
OpInit
*clone(ArrayRef<Init *> Operands) const = 0;
757
class UnOpInit : public
OpInit
, public FoldingSetNode {
765
:
OpInit
(IK_UnOpInit, Type, opc), LHS(lhs) {}
780
OpInit
*clone(ArrayRef<Init *> Operands) const override
[
all
...]
Completed in 25 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026