Home
last modified time | relevance | path

Searched defs:lookupOrNull (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/mlir/include/mlir/IR/
DBlockAndValueMapping.h56 Block *lookupOrNull(Block *from) const { in lookupOrNull() function
59 Value lookupOrNull(Value from) const { return lookupOrValue(from, Value()); } in lookupOrNull() function
/external/llvm-project/mlir/lib/Transforms/Utils/
DDialectConversion.cpp157 Value ConversionValueMapping::lookupOrNull(Value from) const { in lookupOrNull() function in ConversionValueMapping