Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DAMDGPUISelLowering.cpp2789 bool IsIntrin = Node24->getOpcode() == ISD::INTRINSIC_WO_CHAIN; in simplifyMul24() local
2791 SDValue LHS = IsIntrin ? Node24->getOperand(1) : Node24->getOperand(0); in simplifyMul24()
2792 SDValue RHS = IsIntrin ? Node24->getOperand(2) : Node24->getOperand(1); in simplifyMul24()
2794 if (IsIntrin) { in simplifyMul24()