Home
last modified time | relevance | path

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

/dports/security/klee/klee-2.2/lib/Module/
H A DChecks.cpp55 if (const auto &coOp = dyn_cast<llvm::Constant>(operand)) { in runOnModule() local
56 if (!coOp->isZeroValue()) in runOnModule()
110 if (auto coOp = dyn_cast<llvm::ConstantInt>(operand)) { in runOnModule() local
115 if (!coOp->isNegative() && coOp->getZExtValue() < typeWidth) in runOnModule()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/flang/lib/Optimizer/Transforms/
H A DAffinePromotion.cpp112 if (auto coOp = memref.getDefiningOp<CoordinateOp>()) { in analyzeReference() local
116 op->dump(); coOp.dump();); in analyzeReference()