Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/FileCheck/
DFileCheck.cpp574 int64_t SignedLiteralValue; in parseNumericOperand() local
583 if (AO == AllowedOperand::Any && !Expr.consumeInteger(0, SignedLiteralValue)) in parseNumericOperand()
585 SignedLiteralValue); in parseNumericOperand()