Home
last modified time | relevance | path

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

/external/llvm/utils/TableGen/
DCodeGenDAGPatterns.cpp407 int OtherIntSize = 0; in EnforceSmallerThan() local
414 ++OtherIntSize; in EnforceSmallerThan()
417 --OtherIntSize; in EnforceSmallerThan()
436 if ((Other.hasIntegerTypes() && OtherIntSize == 0) in EnforceSmallerThan()