Searched refs:Cast1Src (Results 1 – 3 of 3) sorted by relevance
/external/llvm/lib/Transforms/InstCombine/ |
D | InstCombineAndOrXor.cpp | 1238 Value *Cast1Src = Cast1->getOperand(0); in foldCastedBitwiseLogic() local 1243 if ((!isa<ICmpInst>(Cast0Src) || !isa<ICmpInst>(Cast1Src)) && in foldCastedBitwiseLogic() 1245 ShouldOptimizeCast(CastOpcode, Cast1Src, DestTy)) { in foldCastedBitwiseLogic() 1246 Value *NewOp = Builder->CreateBinOp(LogicOpc, Cast0Src, Cast1Src, in foldCastedBitwiseLogic() 1258 ICmpInst *ICmp1 = dyn_cast<ICmpInst>(Cast1Src); in foldCastedBitwiseLogic() 1270 FCmpInst *FCmp1 = dyn_cast<FCmpInst>(Cast1Src); in foldCastedBitwiseLogic()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/ |
D | InstCombineAndOrXor.cpp | 1565 Value *Cast1Src = Cast1->getOperand(0); in foldCastedBitwiseLogic() local 1569 Value *NewOp = Builder.CreateBinOp(LogicOpc, Cast0Src, Cast1Src, in foldCastedBitwiseLogic() 1581 ICmpInst *ICmp1 = dyn_cast<ICmpInst>(Cast1Src); in foldCastedBitwiseLogic() 1593 FCmpInst *FCmp1 = dyn_cast<FCmpInst>(Cast1Src); in foldCastedBitwiseLogic()
|
/external/llvm-project/llvm/lib/Transforms/InstCombine/ |
D | InstCombineAndOrXor.cpp | 1553 Value *Cast1Src = Cast1->getOperand(0); in foldCastedBitwiseLogic() local 1557 Value *NewOp = Builder.CreateBinOp(LogicOpc, Cast0Src, Cast1Src, in foldCastedBitwiseLogic() 1569 ICmpInst *ICmp1 = dyn_cast<ICmpInst>(Cast1Src); in foldCastedBitwiseLogic() 1581 FCmpInst *FCmp1 = dyn_cast<FCmpInst>(Cast1Src); in foldCastedBitwiseLogic()
|