Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Scalar/
DConstantHoisting.cpp451 static bool updateOperand(Instruction *Inst, unsigned Idx, Instruction *Mat) { in updateOperand() function
495 if (!updateOperand(ConstUser.Inst, ConstUser.OpndIdx, Mat) && Offset) in emitBaseConstants()
518 updateOperand(ConstUser.Inst, ConstUser.OpndIdx, ClonedCastInst); in emitBaseConstants()
536 if (!updateOperand(ConstUser.Inst, ConstUser.OpndIdx, ConstExprInst)) { in emitBaseConstants()
/external/llvm/lib/Target/AMDGPU/
DSIFoldOperands.cpp99 static bool updateOperand(FoldCandidate &Fold, in updateOperand() function
369 if (updateOperand(Fold, TRI)) { in runOnMachineFunction()