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

/freebsd-10.2-release/contrib/llvm/lib/Analysis/
H A DInstructionSimplify.cpp2082 Constant *RExt = ConstantExpr::getCast(CastInst::ZExt, Trunc, DstTy); local
2086 if (RExt == CI && MaxRecurse)
2093 if (RExt != CI) {
2141 Constant *RExt = ConstantExpr::getCast(CastInst::SExt, Trunc, DstTy); local
2145 if (RExt == CI && MaxRecurse)
2151 if (RExt != CI) {

Completed in 97 milliseconds