Home
last modified time | relevance | path

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

/llvm-project/llvm/include/llvm/Support/
H A DCasting.h38 static SimpleType &getSimplifiedValue(From &Val) { return Val; } in getSimplifiedValue() function
/llvm-project/llvm/unittests/Support/
H A DCasting.cpp79 static SimpleType getSimplifiedValue(foo &Val) { return 0; } in getSimplifiedValue() function
464 static SimpleType getSimplifiedValue(pointer_wrappers::PTy &P) { in getSimplifiedValue() function
470 static SimpleType getSimplifiedValue(const pointer_wrappers::PTy &P) { in getSimplifiedValue() function
/llvm-project/llvm/lib/Analysis/
H A DInlineCost.cpp506 std::optional<Constant *> getSimplifiedValue(Instruction *I) { getSimplifiedValue() function in __anonf27af12e0111::CallAnalyzer