HomeSort by: relevance | last modified time | path
    Searched refs:NewValTy (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/
MachineIRBuilder.cpp 793 LLT NewValTy = getMRI()->getType(NewVal);
798 assert(NewValTy.isValid() && "invalid operand type");
800 assert(OldValResTy == NewValTy && "type mismatch");
820 LLT NewValTy = getMRI()->getType(NewVal);
824 assert(NewValTy.isValid() && "invalid operand type");
826 assert(OldValResTy == NewValTy && "type mismatch");
  /src/external/apache2/llvm/dist/llvm/tools/bugpoint/
CrashDebugger.cpp 234 auto *NewValTy = ArrayType::get(NewValElemTy, Used.size());
235 auto *NewUsedVal = ConstantArray::get(NewValTy, Used);

Completed in 21 milliseconds