OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:updateOperand
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/Transforms/Scalar/
ConstantHoisting.cpp
451
static bool
updateOperand
(Instruction *Inst, unsigned Idx, Instruction *Mat) {
495
if (!
updateOperand
(ConstUser.Inst, ConstUser.OpndIdx, Mat) && Offset)
518
updateOperand
(ConstUser.Inst, ConstUser.OpndIdx, ClonedCastInst);
536
if (!
updateOperand
(ConstUser.Inst, ConstUser.OpndIdx, ConstExprInst)) {
/external/llvm/lib/Target/AMDGPU/
SIFoldOperands.cpp
99
static bool
updateOperand
(FoldCandidate &Fold,
369
if (
updateOperand
(Fold, TRI)) {
Completed in 103 milliseconds