Home
last modified time | relevance | path

Searched refs:ResultOp (Results 1 – 4 of 4) sorted by relevance

/openbsd/src/gnu/llvm/clang/lib/StaticAnalyzer/Core/
DSimpleSValBuilder.cpp308 BinaryOperator::Opcode ResultOp; in doRearrangeUnchecked() local
316 ResultOp = BinaryOperator::reverseComparisonOp(Op); in doRearrangeUnchecked()
320 ResultOp = Op; in doRearrangeUnchecked()
326 ResultOp = BO_Add; in doRearrangeUnchecked()
330 ResultOp = BO_Sub; in doRearrangeUnchecked()
338 SymMgr.getSymIntExpr(ResultSym, ResultOp, PersistentResultInt, ResultTy)); in doRearrangeUnchecked()
/openbsd/src/gnu/llvm/llvm/lib/Transforms/Utils/
DSCCPSolver.cpp1046 Value *ResultOp = I.getOperand(0); in visitReturnInst() local
1049 if (!TrackedRetVals.empty() && !ResultOp->getType()->isStructTy()) { in visitReturnInst()
1052 mergeInValue(TFRVI->second, F, getValueState(ResultOp)); in visitReturnInst()
1059 if (auto *STy = dyn_cast<StructType>(ResultOp->getType())) in visitReturnInst()
1063 getStructValueState(ResultOp, i)); in visitReturnInst()
/openbsd/src/gnu/llvm/llvm/lib/Target/PowerPC/
DPPCRegisterInfo.cpp592 const MachineOperand *ResultOp = nullptr; in getRegAllocationHints() local
596 ResultOp = &Use.getOperand(0); in getRegAllocationHints()
597 ResultReg = ResultOp->getReg(); in getRegAllocationHints()
604 HintReg = getSubReg(UACCPhys, ResultOp->getSubReg()); in getRegAllocationHints()
617 ResultOp = &Use.getOperand(0); in getRegAllocationHints()
618 ResultReg = ResultOp->getReg(); in getRegAllocationHints()
/openbsd/src/gnu/llvm/llvm/lib/Transforms/InstCombine/
DInstructionCombining.cpp3102 Value *ResultOp = RI.getOperand(0); in visitReturnInst() local
3103 Type *VTy = ResultOp->getType(); in visitReturnInst()
3104 if (!VTy->isIntegerTy() || isa<Constant>(ResultOp)) in visitReturnInst()
3108 if (isMustTailCall(ResultOp)) in visitReturnInst()
3113 KnownBits Known = computeKnownBits(ResultOp, 0, &RI); in visitReturnInst()