Searched refs:updateOperand (Results 1 - 2 of 2) sorted by relevance
/external/llvm/lib/Transforms/Scalar/ |
H A D | ConstantHoisting.cpp | 445 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 D | SIFoldOperands.cpp | 107 static bool updateOperand(FoldCandidate &Fold, function 365 if (updateOperand(Fold, TRI)) {
|
Completed in 121 milliseconds