Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp40174 SDValue LogicOp1 = N0.getOperand(1); in combineBitcast() local
40182 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()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp12416 ConstantSDNode *LogicOp1 = isConstOrConstSplat(N0.getOperand(1), true); in foldBitcastedFPLogic() local
12417 if (LogicOp1 && LogicOp1->getAPIntValue() == SignMask && in foldBitcastedFPLogic()