Searched refs:constant_int (Results 1 – 4 of 4) sorted by relevance
39 i7(constant_int(7, 32)),40 i13(constant_int(13, 32));
140 ConstantInt *constant_int = in DeclForGlobal() local143 if (!constant_int) in DeclForGlobal()146 uintptr_t ptr = constant_int->getZExtValue(); in DeclForGlobal()1077 ConstantInt *constant_int = in RewritePersistentAlloc() local1080 if (!constant_int) in RewritePersistentAlloc()1085 uintptr_t ptr = constant_int->getZExtValue(); in RewritePersistentAlloc()1112 values[1] = ConstantAsMetadata::get(constant_int); in RewritePersistentAlloc()
247 if (const ConstantInt *constant_int = dyn_cast<ConstantInt>(constant)) { in ResolveConstantValue() local248 value = constant_int->getValue(); in ResolveConstantValue()
447 ; CHECK-LABEL: name: constant_int457 define i32 @constant_int(i32 %in) {