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

/external/llvm/lib/Transforms/IPO/
H A DGlobalOpt.cpp2289 Constant *InstResult = nullptr; local
2367 InstResult = ConstantExpr::get(BO->getOpcode(),
2370 DEBUG(dbgs() << "Found a BinaryOperator! Simplifying: " << *InstResult
2373 InstResult = ConstantExpr::getCompare(CI->getPredicate(),
2376 DEBUG(dbgs() << "Found a CmpInst! Simplifying: " << *InstResult
2379 InstResult = ConstantExpr::getCast(CI->getOpcode(),
2382 DEBUG(dbgs() << "Found a Cast! Simplifying: " << *InstResult
2385 InstResult = ConstantExpr::getSelect(getVal(SI->getOperand(0)),
2388 DEBUG(dbgs() << "Found a Select! Simplifying: " << *InstResult
2391 InstResult
[all...]
/external/llvm/lib/AsmParser/
H A DLLParser.h428 enum InstResult { InstNormal = 0, InstError = 1, InstExtraComma = 2 }; enum in class:llvm::LLParser

Completed in 90 milliseconds