Home
last modified time | relevance | path

Searched refs:DecOp (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Target/SPIRV/MCTargetDesc/
H A DSPIRVInstPrinter.cpp200 auto DecOp = MI->getOperand(NumFixedOps - 1); in printOpDecorate() local
201 auto Dec = static_cast<SPIRV::Decoration>(DecOp.getImm()); in printOpDecorate()
/llvm-project-15.0.7/clang-tools-extra/clang-tidy/bugprone/
H A DNotNullTerminatedResultCheck.cpp549 auto DecOp = in registerMatchers() local
554 auto HasDecOp = anyOf(ignoringImpCasts(DecOp), hasDescendant(DecOp)); in registerMatchers()