Searched refs:CastedOp0 (Results 1 – 2 of 2) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/ |
D | InstCombineCasts.cpp | 2142 Value *CastedOp0 = Builder.CreateBitCast(BO->getOperand(0), DestTy); in foldBitCastBitwiseLogic() local 2143 return BinaryOperator::Create(BO->getOpcode(), CastedOp0, X); in foldBitCastBitwiseLogic() 2153 Value *CastedOp0 = Builder.CreateBitCast(BO->getOperand(0), DestTy); in foldBitCastBitwiseLogic() local 2155 return BinaryOperator::Create(BO->getOpcode(), CastedOp0, CastedC); in foldBitCastBitwiseLogic()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86ISelLowering.cpp | 36688 SDValue CastedOp0 = DAG.getBitcast(VT, LogicOp0); in combineBitcast() local 36689 return DAG.getNode(FPOpcode, DL0, VT, LogicOp1.getOperand(0), CastedOp0); in combineBitcast()
|