Home
last modified time | relevance | path

Searched defs:plus_constant (Results 1 – 2 of 2) sorted by relevance

/openbsd/gnu/gcc/gcc/
H A Dexplow.c79 plus_constant (rtx x, HOST_WIDE_INT c) in plus_constant() function
/openbsd/gnu/usr.bin/gcc/gcc/
H A Drtl.h1362 #define plus_constant(X, C) plus_constant_wide ((X), (HOST_WIDE_INT) (C)) macro