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

/external/llvm/lib/Transforms/IPO/
H A DGlobalOpt.cpp2589 Constant *InstResult = 0; local
2667 InstResult = ConstantExpr::get(BO->getOpcode(),
2670 DEBUG(dbgs() << "Found a BinaryOperator! Simplifying: " << *InstResult
2673 InstResult = ConstantExpr::getCompare(CI->getPredicate(),
2676 DEBUG(dbgs() << "Found a CmpInst! Simplifying: " << *InstResult
2679 InstResult = ConstantExpr::getCast(CI->getOpcode(),
2682 DEBUG(dbgs() << "Found a Cast! Simplifying: " << *InstResult
2685 InstResult = ConstantExpr::getSelect(getVal(SI->getOperand(0)),
2688 DEBUG(dbgs() << "Found a Select! Simplifying: " << *InstResult
2696 InstResult
[all...]
/external/llvm/lib/AsmParser/
H A DLLParser.h369 enum InstResult { InstNormal = 0, InstError = 1, InstExtraComma = 2 }; enum in class:llvm::LLParser

Completed in 84 milliseconds