Searched refs:CastedOp0 (Results 1 – 2 of 2) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/ |
D | InstCombineCasts.cpp | 2045 Value *CastedOp0 = Builder.CreateBitCast(BO->getOperand(0), DestTy); in foldBitCastBitwiseLogic() local 2046 return BinaryOperator::Create(BO->getOpcode(), CastedOp0, X); in foldBitCastBitwiseLogic() 2056 Value *CastedOp0 = Builder.CreateBitCast(BO->getOperand(0), DestTy); in foldBitCastBitwiseLogic() local 2058 return BinaryOperator::Create(BO->getOpcode(), CastedOp0, CastedC); in foldBitCastBitwiseLogic()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/ |
D | X86ISelLowering.cpp | 31802 SDValue CastedOp0 = DAG.getBitcast(VT, LogicOp0); in combineBitcast() local 31803 return DAG.getNode(FPOpcode, DL0, VT, LogicOp1.getOperand(0), CastedOp0); in combineBitcast()
|