Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/InstCombine/
DInstCombineAndOrXor.cpp1237 Value *Cast0Src = Cast0->getOperand(0); in foldCastedBitwiseLogic() local
1243 if ((!isa<ICmpInst>(Cast0Src) || !isa<ICmpInst>(Cast1Src)) && in foldCastedBitwiseLogic()
1244 ShouldOptimizeCast(CastOpcode, Cast0Src, DestTy) && in foldCastedBitwiseLogic()
1246 Value *NewOp = Builder->CreateBinOp(LogicOpc, Cast0Src, Cast1Src, in foldCastedBitwiseLogic()
1257 ICmpInst *ICmp0 = dyn_cast<ICmpInst>(Cast0Src); in foldCastedBitwiseLogic()
1269 FCmpInst *FCmp0 = dyn_cast<FCmpInst>(Cast0Src); in foldCastedBitwiseLogic()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/
DInstCombineAndOrXor.cpp1244 Value *Cast0Src = Cast0->getOperand(0); in foldCastedBitwiseLogic() local
1249 Value *NewOp = Builder.CreateBinOp(LogicOpc, Cast0Src, Cast1Src, in foldCastedBitwiseLogic()
1260 ICmpInst *ICmp0 = dyn_cast<ICmpInst>(Cast0Src); in foldCastedBitwiseLogic()
1272 FCmpInst *FCmp0 = dyn_cast<FCmpInst>(Cast0Src); in foldCastedBitwiseLogic()