Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DConstantFolding.cpp881 SmallVector<Value *, 4> NestedOps(GEP->op_begin() + 1, GEP->op_end()); in SymbolicallyEvaluateGEP() local
885 for (Value *NestedOp : NestedOps) in SymbolicallyEvaluateGEP()
895 Offset += APInt(BitWidth, DL.getIndexedOffsetInType(SrcElemTy, NestedOps)); in SymbolicallyEvaluateGEP()