Searched refs:AddToVector (Results 1 – 2 of 2) sorted by relevance
45 void AddToVector(llvm::Instruction *inst, llvm::SmallVector<llvm::Instruction *> *toExpand,
64 void GepPropagation::AddToVector(Instruction *inst, SmallVector<Instruction *> *toExpand, in AddToVector() function in ark::llvmbackend::passes::GepPropagation100 AddToVector(&inst, &toExpand, &selectors); in Propagate()