Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/Support/
H A DCasting.h38 static SimpleType &getSimplifiedValue(From &Val) { return Val; } in getSimplifiedValue() function
/llvm-project-15.0.7/llvm/unittests/Support/
H A DCasting.cpp75 static SimpleType getSimplifiedValue(foo &Val) { return 0; } in getSimplifiedValue() function
433 static SimpleType getSimplifiedValue(pointer_wrappers::PTy &P) { in getSimplifiedValue() function
439 static SimpleType getSimplifiedValue(const pointer_wrappers::PTy &P) { in getSimplifiedValue() function
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DInlineCost.cpp465 Optional<Constant *> getSimplifiedValue(Instruction *I) { in getSimplifiedValue() function in __anon9893a50b0111::CallAnalyzer