HomeSort by: relevance | last modified time | path
    Searched refs:InstResult (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
Evaluator.cpp 328 Constant *InstResult = nullptr;
396 InstResult = ConstantExpr::get(BO->getOpcode(),
400 << *InstResult << "\n");
402 InstResult = ConstantExpr::getCompare(CI->getPredicate(),
405 LLVM_DEBUG(dbgs() << "Found a CmpInst! Simplifying: " << *InstResult
408 InstResult = ConstantExpr::getCast(CI->getOpcode(),
411 LLVM_DEBUG(dbgs() << "Found a Cast! Simplifying: " << *InstResult
414 InstResult = ConstantExpr::getSelect(getVal(SI->getOperand(0)),
417 LLVM_DEBUG(dbgs() << "Found a Select! Simplifying: " << *InstResult
420 InstResult = ConstantExpr::getExtractValue
    [all...]
  /src/external/apache2/llvm/dist/llvm/include/llvm/AsmParser/
LLParser.h 562 enum InstResult { InstNormal = 0, InstError = 1, InstExtraComma = 2 };

Completed in 28 milliseconds