Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMLatencyMutations.cpp433 for (unsigned OI = 0, OIE = MID.getNumOperands(); OI != OIE; ++OI) { in markDPProducersConsumers() local
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExprEngine.cpp2447 const auto *OIE = cast<ObjCIndirectCopyRestoreExpr>(S); in Visit() local
2448 const Expr *E = OIE->getSubExpr(); in Visit()