Searched defs:constInt (Results 1 – 4 of 4) sorted by relevance
1812 if (const ConstantInt *constInt = dyn_cast<ConstantInt>(CPV)) { in bufferLEByte() local1818 if (const auto *constInt = dyn_cast_or_null<ConstantInt>( in bufferLEByte() local1834 if (const ConstantInt *constInt = dyn_cast<ConstantInt>(CPV)) { in bufferLEByte() local1840 if (const auto *constInt = dyn_cast_or_null<ConstantInt>( in bufferLEByte() local
1834 if (const ConstantInt *constInt = dyn_cast<ConstantInt>(CPV)) { in bufferLEByte() local1840 if (const ConstantInt *constInt = dyn_cast<ConstantInt>( in bufferLEByte() local1856 if (const ConstantInt *constInt = dyn_cast<ConstantInt>(CPV)) { in bufferLEByte() local1862 if (const ConstantInt *constInt = dyn_cast<ConstantInt>( in bufferLEByte() local
29 typedef const int constInt; typedef
1221 func (s *state) constInt(t *types.Type, c int64) *ssa.Value { func