Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DMachineIRBuilder.cpp969 LLT NewValTy = NewVal.getLLTTy(*getMRI()); in buildAtomicCmpXchgWithSuccess() local
974 assert(NewValTy.isValid() && "invalid operand type"); in buildAtomicCmpXchgWithSuccess()
976 assert(OldValResTy == NewValTy && "type mismatch"); in buildAtomicCmpXchgWithSuccess()
997 LLT NewValTy = NewVal.getLLTTy(*getMRI()); in buildAtomicCmpXchg() local
1001 assert(NewValTy.isValid() && "invalid operand type"); in buildAtomicCmpXchg()
1003 assert(OldValResTy == NewValTy && "type mismatch"); in buildAtomicCmpXchg()
/freebsd/contrib/llvm-project/llvm/tools/bugpoint/
H A DCrashDebugger.cpp246 auto *NewValTy = ArrayType::get(NewValElemTy, Used.size()); in RemoveFunctionReferences() local
247 auto *NewUsedVal = ConstantArray::get(NewValTy, Used); in RemoveFunctionReferences()