Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Transforms/Scalar/
DGVN.h219 bool replaceOperandsWithConsts(Instruction *I) const;
/external/llvm/lib/Transforms/Scalar/
DGVN.cpp1868 bool GVN::replaceOperandsWithConsts(Instruction *Instr) const { in replaceOperandsWithConsts() function in GVN
2260 ChangedFunction |= replaceOperandsWithConsts(&*BI); in processBlock()