Searched refs:LogicOp1 (Results 1 – 2 of 2) sorted by relevance
44126 SDValue LogicOp1 = N0.getOperand(1); in combineBitcast() local44134 SDValue CastedOp1 = DAG.getBitcast(VT, LogicOp1); in combineBitcast()44139 if (N0.hasOneUse() && LogicOp1.getOpcode() == ISD::BITCAST && in combineBitcast()44140 LogicOp1.hasOneUse() && LogicOp1.getOperand(0).hasOneUse() && in combineBitcast()44141 LogicOp1.getOperand(0).getValueType() == VT && in combineBitcast()44142 !isa<ConstantSDNode>(LogicOp1.getOperand(0))) { in combineBitcast()44145 return DAG.getNode(Opcode, DL0, VT, LogicOp1.getOperand(0), CastedOp0); in combineBitcast()
15357 ConstantSDNode *LogicOp1 = isConstOrConstSplat(N0.getOperand(1), true); in foldBitcastedFPLogic() local15358 if (LogicOp1 && LogicOp1->getAPIntValue() == SignMask && in foldBitcastedFPLogic()