Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp16246 Instruction *OperandInstr = dyn_cast<Instruction>(Insert->getOperand(1)); in shouldSinkOperands() local
16247 if (!OperandInstr) in shouldSinkOperands()
16256 unsigned Opcode = OperandInstr->getOpcode(); in shouldSinkOperands()
16267 if (!MaskedValueIsZero(OperandInstr, UpperMask, DL)) in shouldSinkOperands()