Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/Transforms/Scalar/
H A DGVN.h284 bool replaceOperandsWithConsts(Instruction *I) const;
/freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/
H A DGVN.cpp1658 bool GVN::replaceOperandsWithConsts(Instruction *Instr) const { in replaceOperandsWithConsts() function in GVN
2062 ChangedFunction |= replaceOperandsWithConsts(&*BI); in processBlock()