Lines Matching full:constant_int
407 ConstantInt *constant_int = dyn_cast<ConstantInt>(metadata_node->getOperand(1));
409 if (!constant_int)
412 uintptr_t ptr = constant_int->getZExtValue();
1238 ConstantInt *constant_int = dyn_cast<ConstantInt>(alloc_md->getOperand(0));
1240 if (!constant_int)
1245 uintptr_t ptr = constant_int->getZExtValue();
1271 values[1] = constant_int;