Searched refs:ResultOp (Results 1 – 4 of 4) sorted by relevance
308 BinaryOperator::Opcode ResultOp; in doRearrangeUnchecked() local316 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()
1046 Value *ResultOp = I.getOperand(0); in visitReturnInst() local1049 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()
592 const MachineOperand *ResultOp = nullptr; in getRegAllocationHints() local596 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()
3102 Value *ResultOp = RI.getOperand(0); in visitReturnInst() local3103 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()