Home
last modified time | relevance | path

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

/external/llvm-project/mlir/include/mlir/IR/
DValue.h25 class OpResult; variable
/external/llvm-project/llvm/lib/Transforms/Instrumentation/
DControlHeightReduction.cpp531 const std::set<Value *> &OpResult = getBaseValues(Op, DT, Visited); in getBaseValues() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
DControlHeightReduction.cpp534 std::set<Value *> OpResult = getBaseValues(Op, DT, Visited); in getBaseValues() local
/external/llvm/lib/Transforms/InstCombine/
DInstCombineCompares.cpp2580 auto SetResult = [&](Value *OpResult, Constant *OverflowVal, bool ReuseName) { in OptimizeOverflowCheck()