Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/TableGen/
DTGParser.cpp71 static bool checkBitsConcrete(Record &R, const RecordVal &RV) { in checkBitsConcrete() function
100 bool Ok = isa<BitsInit>(V) ? checkBitsConcrete(R, RV) : V->isConcrete(); in checkConcrete()
/external/llvm-project/llvm/lib/TableGen/
DTGParser.cpp72 static bool checkBitsConcrete(Record &R, const RecordVal &RV) { in checkBitsConcrete() function
101 bool Ok = isa<BitsInit>(V) ? checkBitsConcrete(R, RV) : V->isConcrete(); in checkConcrete()