Home
last modified time | relevance | path

Searched refs:expr_ops (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DDebugInfoMetadata.cpp941 for (const auto &It : expr_ops()) { in isImplicit()
963 for (const auto &It : expr_ops()) { in isComplex()
1074 for (auto Op : Expr->expr_ops()) { in prependOpcodes()
1097 for (auto Op : Expr->expr_ops()) { in append()
1151 for (auto Op : Expr->expr_ops()) { in createFragmentExpression()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp872 for (auto Op : Expr->expr_ops()) { in emitDebugValueComment()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DDebugInfoMetadata.h2437 iterator_range<expr_op_iterator> expr_ops() const { in expr_ops() function