Home
last modified time | relevance | path

Searched defs:ExprOp (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/llvm/lib/Target/PowerPC/AsmParser/
H A DPPCAsmParser.cpp339 struct ExprOp { struct
340 const MCExpr *Val;
341 int64_t CRVal; // Cached result of EvaluateCRExpr(Val)
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/AsmParser/
H A DPPCAsmParser.cpp192 struct ExprOp { struct
193 const MCExpr *Val;
194 int64_t CRVal; // Cached result of EvaluateCRExpr(Val)
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/PowerPC/AsmParser/
H A DPPCAsmParser.cpp190 struct ExprOp { struct
191 const MCExpr *Val;
192 int64_t CRVal; // Cached result of EvaluateCRExpr(Val)
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/IR/
H A DDebugInfoMetadata.cpp1477 if (any_of(Expr->expr_ops(), [](auto ExprOp) { in convertToVariadicExpression()
1514 if (none_of(Expr->expr_ops(), [](auto ExprOp) { in canonicalizeExpressionOps()
1603 for (auto ExprOp : expr_ops()) in hasAllLocationOps() local
1898 for (auto ExprOp : expr_ops()) in getNumLocationOperands() local