Searched refs:constant_int (Results 1 – 2 of 2) sorted by relevance
136 ConstantInt *constant_int = in DeclForGlobal() local139 if (!constant_int) in DeclForGlobal()142 uintptr_t ptr = constant_int->getZExtValue(); in DeclForGlobal()875 ConstantInt *constant_int = in RewritePersistentAlloc() local878 if (!constant_int) in RewritePersistentAlloc()883 uintptr_t ptr = constant_int->getZExtValue(); in RewritePersistentAlloc()910 values[1] = ConstantAsMetadata::get(constant_int); in RewritePersistentAlloc()
274 if (const ConstantInt *constant_int = dyn_cast<ConstantInt>(constant)) { in ResolveConstantValue() local275 value = constant_int->getValue(); in ResolveConstantValue()508 ConstantInt *constant_int = dyn_cast<ConstantInt>(op); in CanResolveConstant() local509 if (!constant_int) in CanResolveConstant()