Home
last modified time | relevance | path

Searched defs:UserInstr (Results 1 – 2 of 2) sorted by relevance

/freebsd-src/contrib/llvm-project/llvm/lib/Analysis/
H A DUniformityAnalysis.cpp51 if (const auto *UserInstr = dyn_cast<const Instruction>(User)) { in pushUsers() local
86 auto *UserInstr = cast<Instruction>(User); in propagateTemporalDivergence() local
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineVectorOps.cpp323 static APInt findDemandedEltsBySingleUser(Value *V, Instruction *UserInstr) { in findDemandedEltsBySingleUser() argument