Searched refs:SOC (Results 1 - 2 of 2) sorted by relevance

/freebsd-11.0-release/sys/boot/arm/at91/libat91/
H A DMakefile6 SOC?=at91rm9200 macro
10 SRCS=${SOC}_lowlevel.c delay.c eeprom.c emac.c emac_init.c getc.c \
/freebsd-11.0-release/contrib/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp709 if (Constant *SOC = dyn_cast<Constant>(SO)) {
711 return ConstantExpr::get(I.getOpcode(), SOC, ConstOperand);
712 return ConstantExpr::get(I.getOpcode(), ConstOperand, SOC);

Completed in 59 milliseconds