HomeSort by relevance Sort by last modified time
    Searched full:isconcrete (Results 1 - 2 of 2) sorted by null

  /external/llvm/utils/TableGen/
CodeGenDAGPatterns.h 66 bool isConcrete() const {
74 assert(isConcrete() && "Type isn't concrete yet");
353 return Types[ResNo].isConcrete();
475 if (!Types[i].isConcrete()) return true;
CodeGenDAGPatterns.cpp 176 if (InCopy.isConcrete()) {
549 if (isConcrete()) {
558 if (!VTOperand.isConcrete())
595 if (isConcrete()) {
601 } else if (VTOperand.isConcrete()) {
    [all...]

Completed in 301 milliseconds