Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/InstCombine/
DInstCombineCompares.cpp1914 const CastInst *LHSCI = cast<CastInst>(ICI.getOperand(0)); in visitICmpInstWithCastAndCast() local
1915 Value *LHSCIOp = LHSCI->getOperand(0); in visitICmpInstWithCastAndCast()
1917 Type *DestTy = LHSCI->getType(); in visitICmpInstWithCastAndCast()
1922 if (LHSCI->getOpcode() == Instruction::PtrToInt && in visitICmpInstWithCastAndCast()
1943 if (LHSCI->getOpcode() != Instruction::ZExt && in visitICmpInstWithCastAndCast()
1944 LHSCI->getOpcode() != Instruction::SExt) in visitICmpInstWithCastAndCast()
1947 bool isSignedExt = LHSCI->getOpcode() == Instruction::SExt; in visitICmpInstWithCastAndCast()
1958 if (CI->getOpcode() != LHSCI->getOpcode()) in visitICmpInstWithCastAndCast()
1982 Constant *Res2 = ConstantExpr::getCast(LHSCI->getOpcode(), in visitICmpInstWithCastAndCast()