HomeSort by relevance Sort by last modified time
    Searched refs:NewValTy (Results 1 - 3 of 3) sorted by null

  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/GlobalISel/
MachineIRBuilder.cpp 680 LLT NewValTy = getMRI()->getType(NewVal);
685 assert(NewValTy.isValid() && "invalid operand type");
687 assert(OldValResTy == NewValTy && "type mismatch");
707 LLT NewValTy = getMRI()->getType(NewVal);
711 assert(NewValTy.isValid() && "invalid operand type");
713 assert(OldValResTy == NewValTy && "type mismatch");
  /external/llvm/tools/bugpoint/
CrashDebugger.cpp 228 auto *NewValTy = ArrayType::get(NewValElemTy, Used.size());
229 auto *NewUsedVal = ConstantArray::get(NewValTy, Used);
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/tools/bugpoint/
CrashDebugger.cpp 230 auto *NewValTy = ArrayType::get(NewValElemTy, Used.size());
231 auto *NewUsedVal = ConstantArray::get(NewValTy, Used);
    [all...]

Completed in 622 milliseconds