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.cpp2482 Value *CastedOp1 = Builder.CreateBitCast(BO->getOperand(1), DestTy); in foldBitCastBitwiseLogic() local
2483 return BinaryOperator::Create(BO->getOpcode(), X, CastedOp1); in foldBitCastBitwiseLogic()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp45985 SDValue CastedOp1 = DAG.getBitcast(VT, LogicOp1); in combineBitcast() local
45987 return DAG.getNode(Opcode, DL0, VT, LogicOp0.getOperand(0), CastedOp1); in combineBitcast()