Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Bindings/Python/
H A DIRAttributes.cpp404 getFromBuffer(py::buffer array, bool signless, Optional<PyType> explicitType, in getFromBuffer() argument
432 if (explicitType) { in getFromBuffer()
433 bulkLoadElementType = *explicitType; in getFromBuffer()
/llvm-project-15.0.7/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp3703 bool explicitType = Record[1] & 2; in parseGlobalVarRecord() local
3705 if (explicitType) { in parseGlobalVarRecord()