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

  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
SimpleSValBuilder.cpp 270 BinaryOperator::Opcode ResultOp;
278 ResultOp = BinaryOperator::reverseComparisonOp(Op);
282 ResultOp = Op;
288 ResultOp = BO_Add;
292 ResultOp = BO_Sub;
300 SymMgr.getSymIntExpr(ResultSym, ResultOp, PersistentResultInt, ResultTy));
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
SCCPSolver.cpp 735 Value *ResultOp = I.getOperand(0);
738 if (!TrackedRetVals.empty() && !ResultOp->getType()->isStructTy()) {
741 mergeInValue(TFRVI->second, F, getValueState(ResultOp));
748 if (auto *STy = dyn_cast<StructType>(ResultOp->getType()))
752 getStructValueState(ResultOp, i));
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
InstructionCombining.cpp 2832 Value *ResultOp = RI.getOperand(0);
2833 Type *VTy = ResultOp->getType();
2834 if (!VTy->isIntegerTy() || isa<Constant>(ResultOp))
2838 if (isMustTailCall(ResultOp))
2843 KnownBits Known = computeKnownBits(ResultOp, 0, &RI);

Completed in 22 milliseconds