Searched refs:LogicOp1 (Results 1 – 2 of 2) sorted by relevance
45977 SDValue LogicOp1 = N0.getOperand(1); in combineBitcast() local45985 SDValue CastedOp1 = DAG.getBitcast(VT, LogicOp1); in combineBitcast()45990 if (N0.hasOneUse() && LogicOp1.getOpcode() == ISD::BITCAST && in combineBitcast()45991 LogicOp1.hasOneUse() && LogicOp1.getOperand(0).hasOneUse() && in combineBitcast()45992 LogicOp1.getOperand(0).getValueType() == VT && in combineBitcast()45993 !isa<ConstantSDNode>(LogicOp1.getOperand(0))) { in combineBitcast()45996 return DAG.getNode(Opcode, DL0, VT, LogicOp1.getOperand(0), CastedOp0); in combineBitcast()
16407 ConstantSDNode *LogicOp1 = isConstOrConstSplat(N0.getOperand(1), true); in foldBitcastedFPLogic() local16408 if (LogicOp1 && LogicOp1->getAPIntValue() == SignMask && in foldBitcastedFPLogic()