Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CIR/Dialect/Transforms/
H A DCIRSimplify.cpp100 auto yieldValueDefOp = mlir::dyn_cast_if_present<cir::ConstantOp>( in isSimpleTernaryBranch() local
102 return yieldValueDefOp && yieldValueDefOp->getBlock() == &onlyBlock; in isSimpleTernaryBranch()