Searched refs:canReplaceOperandWithVariable (Results 1 – 5 of 5) sorted by relevance
466 bool canReplaceOperandWithVariable(const Instruction *I, unsigned OpIdx);
732 if (!canReplaceOperandWithVariable(I0, OpNum)) in analyzeInstructionForSinking()
505 if (canReplaceOperandWithVariable(Inst, Idx)) { in collectConstantCandidates()
3241 bool llvm::canReplaceOperandWithVariable(const Instruction *I, unsigned OpIdx) { in canReplaceOperandWithVariable() function in llvm
1785 !canReplaceOperandWithVariable(I0, OI)) in canSinkInstructions()