Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DMergeICmps.cpp200 llvm::SmallVector<Instruction *, 4> OtherInsts; in split() local
207 OtherInsts.push_back(&Inst); in split()
211 for (Instruction *Inst : reverse(OtherInsts)) { in split()