Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Support/
DCasting.h36 static SimpleType &getSimplifiedValue(From &Val) { return Val; } in getSimplifiedValue() function
/external/llvm/unittests/Support/
DCasting.cpp71 static SimpleType getSimplifiedValue(foo &Val) { return 0; } in getSimplifiedValue() function