Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCasts.cpp2415 Value *CastedOp1 = Builder.CreateBitCast(BO->getOperand(1), DestTy); in foldBitCastBitwiseLogic() local
2416 return BinaryOperator::Create(BO->getOpcode(), X, CastedOp1); in foldBitCastBitwiseLogic()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp44134 SDValue CastedOp1 = DAG.getBitcast(VT, LogicOp1); in combineBitcast() local
44136 return DAG.getNode(Opcode, DL0, VT, LogicOp0.getOperand(0), CastedOp1); in combineBitcast()