Searched refs:canReplaceOperandWithVariable (Results 1 – 5 of 5) sorted by relevance
531 bool canReplaceOperandWithVariable(const Instruction *I, unsigned OpIdx);
731 if (!canReplaceOperandWithVariable(I0, OpNum)) in analyzeInstructionForSinking()
494 if (canReplaceOperandWithVariable(Inst, Idx) || isa<IntrinsicInst>(Inst)) { in collectConstantCandidates()
2918 bool llvm::canReplaceOperandWithVariable(const Instruction *I, unsigned OpIdx) { in canReplaceOperandWithVariable() function in llvm
1531 if (!canReplaceOperandWithVariable(I0, OI)) in canSinkInstructions()