Searched refs:ExecModeC (Results 1 – 1 of 1) sorted by relevance
2942 ConstantInt *ExecModeC = in isInitialThreadOnlyEdge() local2944 return ExecModeC->getSExtValue() & OMP_TGT_EXEC_MODE_GENERIC; in isInitialThreadOnlyEdge()3765 ConstantInt *ExecModeC = in KERNEL_ENVIRONMENT_CONFIGURATION_SETTER() local3768 ExecModeC->getIntegerType(), in KERNEL_ENVIRONMENT_CONFIGURATION_SETTER()3769 ExecModeC->getSExtValue() | OMP_TGT_EXEC_MODE_GENERIC_SPMD); in KERNEL_ENVIRONMENT_CONFIGURATION_SETTER()3770 if (ExecModeC->getSExtValue() & OMP_TGT_EXEC_MODE_SPMD) in KERNEL_ENVIRONMENT_CONFIGURATION_SETTER()4267 auto *ExecModeC = in changeToSPMDMode() local4269 const int8_t ExecModeVal = ExecModeC->getSExtValue(); in changeToSPMDMode()4288 ConstantInt::get(ExecModeC->getIntegerType(), in changeToSPMDMode()