Searched refs:updateOperand (Results 1 – 2 of 2) sorted by relevance
/external/llvm/lib/Transforms/Scalar/ |
D | ConstantHoisting.cpp | 451 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/ |
D | SIFoldOperands.cpp | 99 static bool updateOperand(FoldCandidate &Fold, in updateOperand() function 369 if (updateOperand(Fold, TRI)) { in runOnMachineFunction()
|