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

/freebsd-10.1-release/contrib/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp1787 const CastInst *LHSCI = cast<CastInst>(ICI.getOperand(0)); local
1788 Value *LHSCIOp = LHSCI->getOperand(0);
1790 Type *DestTy = LHSCI->getType();
1795 if (TD && LHSCI->getOpcode() == Instruction::PtrToInt &&
1813 if (LHSCI->getOpcode() != Instruction::ZExt &&
1814 LHSCI->getOpcode() != Instruction::SExt)
1817 bool isSignedExt = LHSCI->getOpcode() == Instruction::SExt;
1828 if (CI->getOpcode() != LHSCI->getOpcode())
1852 Constant *Res2 = ConstantExpr::getCast(LHSCI->getOpcode(),

Completed in 52 milliseconds