Searched defs:UserInstr (Results 1 – 2 of 2) sorted by relevance
51 if (const auto *UserInstr = dyn_cast<const Instruction>(User)) { in pushUsers() local86 auto *UserInstr = cast<Instruction>(User); in propagateTemporalDivergence() local
323 static APInt findDemandedEltsBySingleUser(Value *V, Instruction *UserInstr) { in findDemandedEltsBySingleUser() argument