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

/external/swiftshader/third_party/LLVM/lib/Analysis/
H A DInstructionSimplify.cpp1653 Constant *RExt = ConstantExpr::getCast(CastInst::ZExt, Trunc, DstTy); local
1657 if (RExt == CI && MaxRecurse)
1664 if (RExt != CI) {
1713 Constant *RExt = ConstantExpr::getCast(CastInst::SExt, Trunc, DstTy); local
1717 if (RExt == CI && MaxRecurse)
1724 if (RExt != CI) {
/external/llvm/lib/Analysis/
H A DInstructionSimplify.cpp2492 Constant *RExt = ConstantExpr::getCast(CastInst::ZExt, Trunc, DstTy); local
2496 if (RExt == CI && MaxRecurse)
2503 if (RExt != CI) {
2551 Constant *RExt = ConstantExpr::getCast(CastInst::SExt, Trunc, DstTy); local
2555 if (RExt == CI && MaxRecurse)
2561 if (RExt != CI) {

Completed in 103 milliseconds