Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp12907 Instruction *OperandInstr = dyn_cast<Instruction>(Insert->getOperand(1)); in shouldSinkOperands() local
12908 if (!OperandInstr) in shouldSinkOperands()
12917 unsigned Opcode = OperandInstr->getOpcode(); in shouldSinkOperands()