Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp44126 SDValue LogicOp1 = N0.getOperand(1); in combineBitcast() local
44134 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()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp15357 ConstantSDNode *LogicOp1 = isConstOrConstSplat(N0.getOperand(1), true); in foldBitcastedFPLogic() local
15358 if (LogicOp1 && LogicOp1->getAPIntValue() == SignMask && in foldBitcastedFPLogic()