Searched refs:bop (Results 1 – 6 of 6) sorted by relevance
165 for (unsigned bop = 0; bop<bend; ++bop) { in delayHasHazard() local166 if (b->getOperand(bop).isReg() && !b->getOperand(bop).isImplicit()) { in delayHasHazard()167 unsigned bop_reg = b->getOperand(bop).getReg(); in delayHasHazard()
188 } else if (BinaryOperator *bop = dyn_cast<BinaryOperator>(child)) { in VisitCompoundStmt() local189 if (DeclRefExpr *dref = dyn_cast<DeclRefExpr>(bop->getLHS())) { in VisitCompoundStmt()194 isPoolCreation(bop->getRHS())) { in VisitCompoundStmt()
1407 } else if (BinaryOperator *bop = dyn_cast<BinaryOperator>(syntax)) { in recreateSyntacticForm() local1408 Expr *lhs = stripOpaqueValuesFromPseudoObjectRef(*this, bop->getLHS()); in recreateSyntacticForm()1409 Expr *rhs = cast<OpaqueValueExpr>(bop->getRHS())->getSourceExpr(); in recreateSyntacticForm()1410 return new (Context) BinaryOperator(lhs, rhs, bop->getOpcode(), in recreateSyntacticForm()1411 bop->getType(), bop->getValueKind(), in recreateSyntacticForm()1412 bop->getObjectKind(), in recreateSyntacticForm()1413 bop->getOperatorLoc()); in recreateSyntacticForm()
102 const char* url = "http://www.zim-bop-a-dee.com/";154 const char* url = "http://www.zim-bop-a-dee.com/";
31 default_name_ = "http://www.zim-bop-a-dee.com/";
13 define void @t(%struct.BltDepth* %depth, %struct.BltOp* %bop, i32 %mode) nounwind {