Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DExpandLargeDivRem.cpp82 SmallVector<BinaryOperator *, 4> ReplaceVector; in runImpl() local
112 ReplaceVector.push_back(&cast<BinaryOperator>(I)); in runImpl()
123 while (!ReplaceVector.empty()) { in runImpl()
124 BinaryOperator *BO = ReplaceVector.pop_back_val(); in runImpl()
H A DExpandLargeFpConvert.cpp595 SmallVector<Instruction *, 4> ReplaceVector; in runImpl() local
619 ReplaceVector.push_back(&I); in runImpl()
637 ReplaceVector.push_back(&I); in runImpl()
648 while (!ReplaceVector.empty()) { in runImpl()
649 Instruction *I = ReplaceVector.pop_back_val(); in runImpl()