Searched refs:updateOperand (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/Transforms/Scalar/
H A DConstantHoisting.cpp445 static bool updateOperand(Instruction *Inst, unsigned Idx, Instruction *Mat) { function
488 if (!updateOperand(ConstUser.Inst, ConstUser.OpndIdx, Mat) && Offset)
511 updateOperand(ConstUser.Inst, ConstUser.OpndIdx, ClonedCastInst);
529 if (!updateOperand(ConstUser.Inst, ConstUser.OpndIdx, ConstExprInst)) {
/external/llvm/lib/Target/AMDGPU/
H A DSIFoldOperands.cpp107 static bool updateOperand(FoldCandidate &Fold, function
365 if (updateOperand(Fold, TRI)) {

Completed in 121 milliseconds