Home
last modified time | relevance | path

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

/external/llvm-project/mlir/lib/Parser/
DAttributeParser.cpp326 static Optional<APInt> buildAttributeAPInt(Type type, bool isNegative, in buildAttributeAPInt() function
414 Optional<APInt> apInt = buildAttributeAPInt(type, isNegative, spelling); in parseDecOrHexAttr()
610 buildAttributeAPInt(eltTy, isNegative, token.getSpelling()); in getIntAttrElements()