Home
last modified time | relevance | path

Searched refs:OpExpr (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/clang/lib/Parse/
H A DParseStmtAsm.cpp655 Expr *OpExpr = static_cast<Expr *>(OpExprs[i].first); in ParseMicrosoftAsmStatement() local
656 if (!OpExpr) in ParseMicrosoftAsmStatement()
661 OpExpr = in ParseMicrosoftAsmStatement()
662 Actions.BuildUnaryOp(getCurScope(), AsmLoc, UO_AddrOf, OpExpr).get(); in ParseMicrosoftAsmStatement()
665 Exprs[i] = OpExpr; in ParseMicrosoftAsmStatement()
/llvm-project-15.0.7/clang-tools-extra/clang-tidy/readability/
H A DSimplifyBooleanExprCheck.cpp195 } else if (const auto *OpExpr = dyn_cast<CXXOperatorCallExpr>(E)) { in replacementExpression() local
196 if (OpExpr->getNumArgs() == 2) { in replacementExpression()
197 NegatedOperator = negatedOperator(OpExpr); in replacementExpression()
198 LHS = OpExpr->getArg(0); in replacementExpression()
199 RHS = OpExpr->getArg(1); in replacementExpression()
/llvm-project-15.0.7/llvm/lib/Target/NVPTX/
H A DNVPTXAsmPrinter.cpp2043 const MCExpr *OpExpr = lowerConstantForGV(Op, ProcessingGeneric); in lowerConstantForGV() local
2048 return OpExpr; in lowerConstantForGV()
2055 return MCBinaryExpr::createAnd(OpExpr, MaskExpr, Ctx); in lowerConstantForGV()
/llvm-project-15.0.7/polly/lib/Analysis/
H A DScopBuilder.cpp2174 for (auto *OpExpr : NAryExpr->operands()) in isDivisible() local
2175 if (!isDivisible(OpExpr, Size, SE)) in isDivisible()
/llvm-project-15.0.7/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp2787 const MCExpr *OpExpr = lowerConstant(Op); in lowerConstant() local
2796 return OpExpr; in lowerConstant()
/llvm-project-15.0.7/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp8787 const MCExpr *OpExpr = Inst.getOperand(2).getExpr(); in processInstruction() local
8794 const MCExpr *FixupAddr = MCBinaryExpr::createAdd(ReadPC, OpExpr, in processInstruction()