Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp13990 Instruction *OperandInstr = dyn_cast<Instruction>(Insert->getOperand(1)); in shouldSinkOperands() local
13991 if (!OperandInstr) in shouldSinkOperands()
14000 unsigned Opcode = OperandInstr->getOpcode(); in shouldSinkOperands()
14011 if (!MaskedValueIsZero(OperandInstr, UpperMask, DL)) in shouldSinkOperands()