Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DCasting.h37 static SimpleType &getSimplifiedValue(From &Val) { return Val; } in getSimplifiedValue() function
/external/llvm/include/llvm/Support/
DCasting.h36 static SimpleType &getSimplifiedValue(From &Val) { return Val; } in getSimplifiedValue() function
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DCasting.h36 static SimpleType &getSimplifiedValue(From &Val) { return Val; } in getSimplifiedValue() function
/external/llvm-project/llvm/include/llvm/Support/
DCasting.h37 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
264 static SimpleType getSimplifiedValue(pointer_wrappers::PTy &P) { in getSimplifiedValue() function
270 static SimpleType getSimplifiedValue(const pointer_wrappers::PTy &P) { in getSimplifiedValue() function
/external/llvm-project/llvm/unittests/Support/
DCasting.cpp82 static SimpleType getSimplifiedValue(foo &Val) { return 0; } in getSimplifiedValue() function
344 static SimpleType getSimplifiedValue(pointer_wrappers::PTy &P) { in getSimplifiedValue() function
350 static SimpleType getSimplifiedValue(const pointer_wrappers::PTy &P) { in getSimplifiedValue() function
/external/llvm-project/llvm/lib/Analysis/
DInlineCost.cpp409 Optional<Constant*> getSimplifiedValue(Instruction *I) { in getSimplifiedValue() function in __anonae1cb0f20111::CallAnalyzer