Searched defs:getSimplifiedValue (Results 1 – 3 of 3) sorted by relevance
38 static SimpleType &getSimplifiedValue(From &Val) { return Val; } in getSimplifiedValue() function
75 static SimpleType getSimplifiedValue(foo &Val) { return 0; } in getSimplifiedValue() function433 static SimpleType getSimplifiedValue(pointer_wrappers::PTy &P) { in getSimplifiedValue() function439 static SimpleType getSimplifiedValue(const pointer_wrappers::PTy &P) { in getSimplifiedValue() function
465 Optional<Constant *> getSimplifiedValue(Instruction *I) { in getSimplifiedValue() function in __anon9893a50b0111::CallAnalyzer