Searched refs:ExecModeC (Results 1 – 1 of 1) sorted by relevance
2945 ConstantInt *ExecModeC = in isInitialThreadOnlyEdge() local2947 return ExecModeC->getSExtValue() & OMP_TGT_EXEC_MODE_GENERIC; in isInitialThreadOnlyEdge()3773 ConstantInt *ExecModeC = in KERNEL_ENVIRONMENT_CONFIGURATION_SETTER() local3776 ExecModeC->getIntegerType(), in KERNEL_ENVIRONMENT_CONFIGURATION_SETTER()3777 ExecModeC->getSExtValue() | OMP_TGT_EXEC_MODE_GENERIC_SPMD); in KERNEL_ENVIRONMENT_CONFIGURATION_SETTER()3778 if (ExecModeC->getSExtValue() & OMP_TGT_EXEC_MODE_SPMD) in KERNEL_ENVIRONMENT_CONFIGURATION_SETTER()4269 auto *ExecModeC = in changeToSPMDMode() local4271 const int8_t ExecModeVal = ExecModeC->getSExtValue(); in changeToSPMDMode()4290 ConstantInt::get(ExecModeC->getIntegerType(), in changeToSPMDMode()