Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp1974 void eraseInstruction(Instruction *I, bool ReplaceOpsWithUndef = false) { in eraseInstruction() argument
1975 auto It = DeletedInstructions.try_emplace(I, ReplaceOpsWithUndef).first; in eraseInstruction()
1976 It->getSecond() = It->getSecond() && ReplaceOpsWithUndef; in eraseInstruction()