Searched refs:LogicOp1 (Results 1 – 2 of 2) sorted by relevance
40174 SDValue LogicOp1 = N0.getOperand(1); in combineBitcast() local40182 SDValue CastedOp1 = DAG.getBitcast(VT, LogicOp1); in combineBitcast()40187 if (N0.hasOneUse() && LogicOp1.getOpcode() == ISD::BITCAST && in combineBitcast()40188 LogicOp1.hasOneUse() && LogicOp1.getOperand(0).hasOneUse() && in combineBitcast()40189 LogicOp1.getOperand(0).getValueType() == VT && in combineBitcast()40190 !isa<ConstantSDNode>(LogicOp1.getOperand(0))) { in combineBitcast()40193 return DAG.getNode(Opcode, DL0, VT, LogicOp1.getOperand(0), CastedOp0); in combineBitcast()
12416 ConstantSDNode *LogicOp1 = isConstOrConstSplat(N0.getOperand(1), true); in foldBitcastedFPLogic() local12417 if (LogicOp1 && LogicOp1->getAPIntValue() == SignMask && in foldBitcastedFPLogic()