Home
last modified time | relevance | path

Searched refs:gep (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DIRForTarget.cpp1366 auto *gep = cast<llvm::GEPOperator>(constant_expr); in UnfoldConstant() local
1367 Value *ptr = gep->getPointerOperand(); in UnfoldConstant()
1373 for (Value *operand : gep->indices()) { in UnfoldConstant()
1383 gep->getSourceElementType(), ptr, indices, "", in UnfoldConstant()
/freebsd/contrib/llvm-project/llvm/lib/Passes/
H A DPassRegistry.def531 FUNCTION_PASS("separate-const-offset-from-gep",
675 "separate-const-offset-from-gep", "SeparateConstOffsetFromGEPPass",
677 parseSeparateConstOffsetFromGEPPassOptions, "lower-gep")
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonPatterns.td1858 // use it directly. Such a construct does not appear in the middle of a gep,
/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td2395 Values<"func,bb,edge,indirect-calls,trace-bb,trace-cmp,trace-div,trace-gep,"
7800 : Flag<["-"], "fsanitize-coverage-trace-gep">,
7801 HelpText<"Enable gep instruction tracing in sanitizer coverage">,