Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/
DInstCombineCasts.cpp2038 Value *CastedOp1 = Builder.CreateBitCast(BO->getOperand(1), DestTy); in foldBitCastBitwiseLogic() local
2039 return BinaryOperator::Create(BO->getOpcode(), X, CastedOp1); in foldBitCastBitwiseLogic()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
DX86ISelLowering.cpp31795 SDValue CastedOp1 = DAG.getBitcast(VT, LogicOp1); in combineBitcast() local
31796 return DAG.getNode(FPOpcode, DL0, VT, LogicOp0.getOperand(0), CastedOp1); in combineBitcast()