Home
last modified time | relevance | path

Searched defs:OpInit (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/TableGen/
DSetTheory.cpp299 DefInit *OpInit = dyn_cast<DefInit>(DagExpr->getOperator()); in evaluate() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/TableGen/
DRecord.h729 explicit OpInit(InitKind K, RecTy *Type, uint8_t Opc) in OpInit() function