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

/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp1791 const CastInst *LHSCI = cast<CastInst>(ICI.getOperand(0)); local
1792 Value *LHSCIOp = LHSCI->getOperand(0);
1794 Type *DestTy = LHSCI->getType();
1799 if (DL && LHSCI->getOpcode() == Instruction::PtrToInt &&
1817 if (LHSCI->getOpcode() != Instruction::ZExt &&
1818 LHSCI->getOpcode() != Instruction::SExt)
1821 bool isSignedExt = LHSCI->getOpcode() == Instruction::SExt;
1832 if (CI->getOpcode() != LHSCI->getOpcode())
1856 Constant *Res2 = ConstantExpr::getCast(LHSCI->getOpcode(),

Completed in 45 milliseconds