HomeSort by relevance Sort by last modified time
    Searched refs:InstResult (Results 1 - 6 of 6) sorted by null

  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
Evaluator.cpp 295 Constant *InstResult = nullptr;
373 InstResult = ConstantExpr::get(BO->getOpcode(),
377 << *InstResult << "\n");
379 InstResult = ConstantExpr::getCompare(CI->getPredicate(),
382 LLVM_DEBUG(dbgs() << "Found a CmpInst! Simplifying: " << *InstResult
385 InstResult = ConstantExpr::getCast(CI->getOpcode(),
388 LLVM_DEBUG(dbgs() << "Found a Cast! Simplifying: " << *InstResult
391 InstResult = ConstantExpr::getSelect(getVal(SI->getOperand(0)),
394 LLVM_DEBUG(dbgs() << "Found a Select! Simplifying: " << *InstResult
397 InstResult = ConstantExpr::getExtractValue
    [all...]
  /external/llvm/lib/Transforms/Utils/
Evaluator.cpp 196 Constant *InstResult = nullptr;
274 InstResult = ConstantExpr::get(BO->getOpcode(),
277 DEBUG(dbgs() << "Found a BinaryOperator! Simplifying: " << *InstResult
280 InstResult = ConstantExpr::getCompare(CI->getPredicate(),
283 DEBUG(dbgs() << "Found a CmpInst! Simplifying: " << *InstResult
286 InstResult = ConstantExpr::getCast(CI->getOpcode(),
289 DEBUG(dbgs() << "Found a Cast! Simplifying: " << *InstResult
292 InstResult = ConstantExpr::getSelect(getVal(SI->getOperand(0)),
295 DEBUG(dbgs() << "Found a Select! Simplifying: " << *InstResult
298 InstResult = ConstantExpr::getExtractValue
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/IPO/
GlobalOpt.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/AsmParser/
LLParser.h 340 enum InstResult { InstNormal = 0, InstError = 1, InstExtraComma = 2 };
  /external/llvm/lib/AsmParser/
LLParser.h 460 enum InstResult { InstNormal = 0, InstError = 1, InstExtraComma = 2 };
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/AsmParser/
LLParser.h 549 enum InstResult { InstNormal = 0, InstError = 1, InstExtraComma = 2 };

Completed in 145 milliseconds