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

/freebsd-11.0-release/contrib/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp2020 const CastInst *LHSCI = cast<CastInst>(ICI.getOperand(0)); local
2021 Value *LHSCIOp = LHSCI->getOperand(0);
2023 Type *DestTy = LHSCI->getType();
2028 if (LHSCI->getOpcode() == Instruction::PtrToInt &&
2049 if (LHSCI->getOpcode() != Instruction::ZExt &&
2050 LHSCI->getOpcode() != Instruction::SExt)
2053 bool isSignedExt = LHSCI->getOpcode() == Instruction::SExt;
2064 if (CI->getOpcode() != LHSCI->getOpcode())
2088 Constant *Res2 = ConstantExpr::getCast(LHSCI->getOpcode(),

Completed in 98 milliseconds