Searched refs:CastedOp0 (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineCasts.cpp | 2422 Value *CastedOp0 = Builder.CreateBitCast(BO->getOperand(0), DestTy); in foldBitCastBitwiseLogic() local 2423 return BinaryOperator::Create(BO->getOpcode(), CastedOp0, X); in foldBitCastBitwiseLogic() 2433 Value *CastedOp0 = Builder.CreateBitCast(BO->getOperand(0), DestTy); in foldBitCastBitwiseLogic() local 2435 return BinaryOperator::Create(BO->getOpcode(), CastedOp0, CastedC); in foldBitCastBitwiseLogic()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86ISelLowering.cpp | 44143 SDValue CastedOp0 = DAG.getBitcast(VT, LogicOp0); in combineBitcast() local 44145 return DAG.getNode(Opcode, DL0, VT, LogicOp1.getOperand(0), CastedOp0); in combineBitcast()
|