Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CIR/Lowering/DirectToLLVM/
H A DLowerToLLVM.cpp2259 mlir::Value elementValue = adaptor.getValue(); in matchAndRewrite() local
2260 if (mlir::isa<mlir::LLVM::PoisonOp>(elementValue.getDefiningOp())) { in matchAndRewrite()
2268 dyn_cast<mlir::LLVM::ConstantOp>(elementValue.getDefiningOp())) { in matchAndRewrite()
2289 loc, poison, elementValue, indexValue); in matchAndRewrite()