Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DHashRecognize.cpp98 KnownBits computeInstr(const Instruction *I);
177 KnownBits ValueEvolution::computeInstr(const Instruction *I) { in computeInstr() function in ValueEvolution
242 return computeInstr(I); in compute()
252 KnownPhis.emplace_or_assign(Phi, computeInstr(Step)); in computeEvolutions()