Home
last modified time | relevance | path

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

/external/llvm-project/mlir/lib/Parser/
DAttributeParser.cpp316 APInt apInt(type.getWidth(), value); in buildHexadecimalFloatLiteral() local
414 Optional<APInt> apInt = buildAttributeAPInt(type, isNegative, spelling); in parseDecOrHexAttr() local
603 APInt apInt(1, token.is(Token::kw_true), /*isSigned=*/false); in getIntAttrElements() local
609 Optional<APInt> apInt = in getIntAttrElements() local
/external/llvm-project/mlir/lib/IR/
DAsmPrinter.cpp1323 APInt apInt = apValue.bitcastToAPInt(); in printFloatValue() local