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 65 bool isConcrete() const {
73 assert(isConcrete() && "Type isn't concrete yet");
352 return Types[ResNo].isConcrete();
470 if (!Types[i].isConcrete()) return true;
CodeGenDAGPatterns.cpp 168 if (InCopy.isConcrete()) {
510 if (isConcrete()) {
519 if (!VTOperand.isConcrete())
554 if (isConcrete()) {
560 } else if (VTOperand.isConcrete()) {
    [all...]

Completed in 82 milliseconds