Searched defs:getSimplifiedValue (Results 1 – 7 of 7) sorted by relevance
37 static SimpleType &getSimplifiedValue(From &Val) { return Val; } in getSimplifiedValue() function
36 static SimpleType &getSimplifiedValue(From &Val) { return Val; } in getSimplifiedValue() function
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
82 static SimpleType getSimplifiedValue(foo &Val) { return 0; } in getSimplifiedValue() function344 static SimpleType getSimplifiedValue(pointer_wrappers::PTy &P) { in getSimplifiedValue() function350 static SimpleType getSimplifiedValue(const pointer_wrappers::PTy &P) { in getSimplifiedValue() function
409 Optional<Constant*> getSimplifiedValue(Instruction *I) { in getSimplifiedValue() function in __anonae1cb0f20111::CallAnalyzer