Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp16686 SDValue SubOp0 = Sub.getOperand(0); in combineTRUNCATE() local
16688 if ((SubOp0.getOpcode() == ISD::ZERO_EXTEND) && in combineTRUNCATE()
16690 return DCI.DAG.getNode(PPCISD::VABSD, dl, VT, SubOp0.getOperand(0), in combineTRUNCATE()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp2532 SDValue SubOp0 = RHS.getOperand(0); in emitConditionalComparison() local
2533 if (isNullConstant(SubOp0) && (CC == ISD::SETEQ || CC == ISD::SETNE)) { in emitConditionalComparison()