Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
H A DInstCombineAndOrXor.cpp1637 Value *Cast1Src = Cast1->getOperand(0); in foldCastedBitwiseLogic() local
1641 Value *NewOp = Builder.CreateBinOp(LogicOpc, Cast0Src, Cast1Src, in foldCastedBitwiseLogic()
1653 ICmpInst *ICmp1 = dyn_cast<ICmpInst>(Cast1Src); in foldCastedBitwiseLogic()
1665 FCmpInst *FCmp1 = dyn_cast<FCmpInst>(Cast1Src); in foldCastedBitwiseLogic()