Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp7378 ConstantSDNode *LogicOp1 = dyn_cast<ConstantSDNode>(N0.getOperand(1)); in foldBitcastedFPLogic() local
7379 if (LogicOp1 && LogicOp1->getAPIntValue() == SignMask && in foldBitcastedFPLogic()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
DX86ISelLowering.cpp31788 SDValue LogicOp1 = N0.getOperand(1); in combineBitcast() local
31795 SDValue CastedOp1 = DAG.getBitcast(VT, LogicOp1); in combineBitcast()
31799 if (N0.hasOneUse() && LogicOp1.getOpcode() == ISD::BITCAST && in combineBitcast()
31800 LogicOp1.hasOneUse() && LogicOp1.getOperand(0).getValueType() == VT && in combineBitcast()
31801 !isa<ConstantSDNode>(LogicOp1.getOperand(0))) { in combineBitcast()
31803 return DAG.getNode(FPOpcode, DL0, VT, LogicOp1.getOperand(0), CastedOp0); in combineBitcast()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp9723 ConstantSDNode *LogicOp1 = dyn_cast<ConstantSDNode>(N0.getOperand(1)); in foldBitcastedFPLogic() local
9724 if (LogicOp1 && LogicOp1->getAPIntValue() == SignMask && in foldBitcastedFPLogic()