Searched defs:getSimplifiedValue (Results 1 – 10 of 10) sorted by relevance
71 static SimpleType getSimplifiedValue(foo &Val) { return 0; } in getSimplifiedValue() function264 static SimpleType getSimplifiedValue(pointer_wrappers::PTy &P) { in getSimplifiedValue() function270 static SimpleType getSimplifiedValue(const pointer_wrappers::PTy &P) { in getSimplifiedValue() function
38 static SimpleType &getSimplifiedValue(From &Val) { return Val; } in getSimplifiedValue() function
36 static SimpleType &getSimplifiedValue(From &Val) { return Val; } in getSimplifiedValue() function
37 static SimpleType &getSimplifiedValue(From &Val) { return Val; } in getSimplifiedValue() function
495 std::optional<Constant *> getSimplifiedValue(Instruction *I) { in getSimplifiedValue() function in __anonf762991b0111::CallAnalyzer