Searched refs:APV (Results 1 – 2 of 2) sorted by relevance
200 static bool classof(const ARMConstantPoolValue *APV) { in classof() argument201 return APV->isGlobalValue() || APV->isBlockAddress() || APV->isLSDA() || in classof()202 APV->isPromotedGlobal(); in classof()
11326 APValue APV{Result}; in VisitBuiltinCallExpr() local11327 if (!handleAssignment(Info, E, ResultLValue, ResultType, APV)) in VisitBuiltinCallExpr()