Searched defs:hasPoison (Results 1 – 2 of 2) sorted by relevance
/llvm-project/mlir/lib/IR/ | ||
H A D | AffineMap.cpp | 52 bool hasPoison() const { return hasPoison_; } in hasPoison() function in __anon77ce9c8d0111::AffineExprConstantFolder |
/llvm-project/mlir/lib/Dialect/Affine/IR/ | ||
H A D | AffineOps.cpp | 610 bool hasPoison = false; fold() local |