Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/Transforms/Utils/
H A DEvaluator.h49 MutableValue(Constant *C) { Val = C; } in MutableValue() function
51 MutableValue(MutableValue &&Other) { in MutableValue() function